From 5307fd5d333f2777164505728bf35993282c2cd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20B=C3=BChler?= Date: Sun, 30 Aug 2015 11:42:36 +0000 Subject: packdist.sh: use fakeroot for make dist to have root owned files in tar MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From: Stefan Bühler git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@3035 152afb58-edef-0310-8abb-c4023f1b3aa9 --- packdist.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1