We should regenerate manifets before creating tar

This commit is contained in:
Evgeniy Patlan
2017-03-24 08:47:07 +02:00
parent db1bf813d3
commit b56383da38

View File

@@ -342,6 +342,7 @@ prep_release_dir() {
cd $RELEASE_DIR
mkdir -p $PKG $PKG/bin $PKG/docs $PKG/lib
)
update_manifest
for file in `cat MANIFEST`; do
cp $file $RELEASE_DIR/$PKG/$file
done