Browse Source

Move version directive to end of file

Alois Mahdal 7 years ago
parent
commit
0246c2a538
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      src/newstub

+ 2
- 2
src/newstub View File

@@ -63,8 +63,6 @@ deploy() {
63 63
             ;;
64 64
 
65 65
         mkit.ini)
66
-            echo "#mkit version=$MKIT_VERSION"
67
-            echo ""
68 66
             echo "[project]"
69 67
             echo "    version     = 0.0.0"
70 68
             test -n "$Codename"     && echo "    codename    = $Codename"
@@ -106,6 +104,8 @@ deploy() {
106 104
             echo "    bin      = src/$PackageName"
107 105
             $MkReadme && echo "    doc      = LICENSE.md"
108 106
             test -n "$License" && echo "    doc      = README.md"
107
+            echo ""
108
+            echo "#mkit version=$MKIT_VERSION"
109 109
             ;;
110 110
 
111 111
         packaging/template.spec)