2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-04 15:02:27 +00:00

sudo: fix no fakeroot build

This commit is contained in:
Dylan Araps 2019-08-30 17:03:08 +00:00
parent 7416ccb169
commit ffcb813bfa

View File

@ -13,7 +13,11 @@
--with-passprompt="[sudo] password for %p: "
make
make DESTDIR="$1" install
make \
DESTDIR="$1" \
install_uid="$(id -u)" \
install_gid="$(id -g)" \
install
# Remove docs.
rm -rf "$1/usr/share/doc"