1
0
mirror of https://github.com/systemd/systemd.git synced 2024-10-28 20:25:38 +03:00

[PATCH] make the release tarballs have writable files in them.

This commit is contained in:
gregkh@suse.de 2005-02-11 18:37:58 -08:00 committed by Greg KH
parent 07544a93d6
commit 6b3df4310f

View File

@ -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"