Use fakeroot to build Debian package

This commit is contained in:
Kevin Gallagher 2016-10-26 15:36:24 -07:00
parent 55d4f13bb7
commit a049dd2953
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ cp $SRC_PATH/src/zcash-cli $BUILD_DIR/usr/bin/
cp $SRC_PATH/zcutil/fetch-params.sh $BUILD_DIR/usr/bin/zcash-fetch-params cp $SRC_PATH/zcutil/fetch-params.sh $BUILD_DIR/usr/bin/zcash-fetch-params
# Create the deb package # Create the deb package
dpkg-deb --build $BUILD_DIR fakeroot dpkg-deb --build $BUILD_DIR
cp $BUILD_PATH/$PACKAGE_NAME-$PACKAGE_VERSION-amd64.deb $SRC_PATH cp $BUILD_PATH/$PACKAGE_NAME-$PACKAGE_VERSION-amd64.deb $SRC_PATH
exit 0 exit 0