Skip to content

Commit

Permalink
Temporarily Revert "Update deb file ownerships (#1580)"
Browse files Browse the repository at this point in the history
This reverts commit 9bd282b.

Our azure pipeline doesn't support this deb-dpkg argument
  • Loading branch information
baconpaul committed Feb 15, 2020
1 parent 50f63fd commit ff1e346
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ Alec DiAstra <[email protected]>
Rich Elmes <[email protected]>
The Emu (J Riley Hill)
EvilDragon
Brian Ginsburg
Nathan Kopp <[email protected]>
Jacky Ligon
Erik-Jan Maalderink <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion installer_linux/make_deb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ cp -r ../target/lv2/Release/Surge.lv2 ${PACKAGE_NAME}/usr/lib/lv2/
#build package

mkdir -p product
dpkg-deb --root-owner-group --build ${PACKAGE_NAME} product/${PACKAGE_NAME}-linux-x64-${VERSION}.deb
dpkg-deb --build ${PACKAGE_NAME} product/${PACKAGE_NAME}-linux-x64-${VERSION}.deb
rm -rf ${PACKAGE_NAME}

echo "Built DEB Package"
Expand Down

0 comments on commit ff1e346

Please sign in to comment.