Browse Source

Ack dist tarball as a cleanup item

Alois Mahdal 9 years ago
parent
commit
308a48ed50
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      src/include/build.sh

+ 2
- 0
src/include/build.sh View File

@@ -75,6 +75,8 @@ dist() {
75 75
     sed -i -e "s/^VERSION = .*/VERSION = $version/" "$dirname/config.mk"
76 76
     tar -cf "$dirname.tar" "$dirname"
77 77
     gzip -f "$dirname.tar"      # see above FIXME
78
+    mkdir -p "$MKIT_LOCAL"
79
+    echo "$dirname.tar.gz" >> "$MKIT_LOCAL/built.lst"
78 80
     rm -rf "$dirname"
79 81
 }
80 82