Skip to content

Commit

Permalink
Use fakeroot to build Debian package
Browse files Browse the repository at this point in the history
  • Loading branch information
ageis committed Oct 26, 2016
1 parent 55d4f13 commit a049dd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zcutil/build-debian-package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

# 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

exit 0

0 comments on commit a049dd2

Please sign in to comment.