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:
parent
dd4fe73c47
commit
5307fd5d33
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue