Linux 1.0.0.1 release

This commit is contained in:
Matt Feemster
2016-06-23 15:37:20 -07:00
parent 3ed88a6762
commit e1c5b0648a
2 changed files with 8 additions and 2 deletions

View File

@ -107,9 +107,9 @@ tar --exclude='package-linux.sh' \
[ $? -ne 0 ] && echo "Tar command failed." && exit 2
cd "$PPA_DIR"
bzr dh-make $PROJECT $VERSION $TAR_NAME
bzr dh_make $PROJECT $VERSION $TAR_NAME
[ $? -ne 0 ] && echo "bzr dh-make command failed." && exit 2
[ $? -ne 0 ] && echo "bzr dh_make command failed." && exit 2
rm "$PPA_DIR/fractorium/debian" -r
cp -R "$PROJECT_ROOT/debian" "$PPA_DIR/fractorium"