summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Bühler <stbuehler@web.de>2015-08-30 11:42:36 +0000
committerStefan Bühler <stbuehler@web.de>2015-08-30 11:42:36 +0000
commit5307fd5d333f2777164505728bf35993282c2cd6 (patch)
treeae3fccaf1cc0b01ba77991d57c286e32c58038c3
parentdd4fe73c47d02830fcc0a387491d74fd495dbbe1 (diff)
downloadlighttpd-git-lighttpd-1.4.37.tar.gz
packdist.sh: use fakeroot for make dist to have root owned files in tarlighttpd-1.4.37
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