Skip to content

Commit

Permalink
Using "dpkg-buildpackage -b -uc -us" in favor of "fakeroot debian/rul…
Browse files Browse the repository at this point in the history
…es binary"
  • Loading branch information
philippmeisberger committed Dec 17, 2018
1 parent bc8da19 commit b9d96f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/make-eclipsepkg
Expand Up @@ -111,7 +111,7 @@ dch --create --package "${ECLIPSE}" -v "${ECLIPSE_VERSION}" "This package was au
dch --release ""

## Build the package (binary only)
fakeroot debian/rules binary
dpkg-buildpackage -b -uc -us
mv ../eclipse*.deb "${CURRENT_DIR}/"

## Clean up
Expand Down

0 comments on commit b9d96f5

Please sign in to comment.