Skip to content

Commit

Permalink
Fixed deb build command
Browse files Browse the repository at this point in the history
  • Loading branch information
lelegard committed Sep 16, 2021
1 parent e739be8 commit f86fb62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deb/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ chmod 0644 $(find "$SYSROOT" -type f)
chmod 0755 $(find "$SYSROOT" -type f) "$SYSROOT"/usr/bin/rist*

# Build rist package
fakeroot dpkg --build "$SYSROOT" "$INSTALLER_DIR"
dpkg-deb --build --root-owner-group "$SYSROOT" "$INSTALLER_DIR"

0 comments on commit f86fb62

Please sign in to comment.