summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstbuehler <stbuehler@152afb58-edef-0310-8abb-c4023f1b3aa9>2015-08-30 11:42:36 +0000
committerstbuehler <stbuehler@152afb58-edef-0310-8abb-c4023f1b3aa9>2015-08-30 11:42:36 +0000
commit3514cddedeac907e4c6c4e4934d2ac9fe71b732d (patch)
treeae3fccaf1cc0b01ba77991d57c286e32c58038c3
parent251e0ad9567eb1d71ff60f76d3891888d9fddbaa (diff)
downloadlighttpd-3514cddedeac907e4c6c4e4934d2ac9fe71b732d.tar.gz
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
-rwxr-xr-xpackdist.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/packdist.sh b/packdist.sh
index 1e1c4d8e..a1fb3903 100755
--- a/packdist.sh
+++ b/packdist.sh
@@ -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