packdist.sh: use fakeroot for make dist to have root owned files in tar

From: Stefan Bühler <stbuehler@web.de>

git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@3035 152afb58-edef-0310-8abb-c4023f1b3aa9
This commit is contained in:
Stefan Bühler 2015-08-30 11:42:36 +00:00
parent dd4fe73c47
commit 5307fd5d33
1 changed files with 1 additions and 1 deletions

View File

@ -186,7 +186,7 @@ if [ ${dopack} = "1" ]; then
# force make check
force make distcheck
force make dist
force fakeroot make dist
else
force cd distbuild
fi