From: gregkh@suse.de Date: Sat, 12 Feb 2005 02:37:58 +0000 (-0800) Subject: [PATCH] make the release tarballs have writable files in them. X-Git-Tag: 053~3 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b3df4310f38683ff24d23688d4941fb395682d1;p=systemd [PATCH] make the release tarballs have writable files in them. --- diff --git a/Makefile b/Makefile index b5698eec..7684a403 100644 --- a/Makefile +++ b/Makefile @@ -358,7 +358,7 @@ release: spotless -rm -rf $(DISTDIR) mkdir $(DISTDIR) chmod 777 $(DISTDIR) - bk export $(DISTDIR) + bk export -w $(DISTDIR) tar -c $(DISTDIR) | gzip -9 > $(RELEASE_NAME).tar.gz rm -rf $(DISTDIR) @echo "$(RELEASE_NAME).tar.gz created"