From 1f0a7025ed184ddd347a6a4f443bacbb042a72e2 Mon Sep 17 00:00:00 2001 From: Jouke Witteveen Date: Mon, 7 May 2012 10:21:16 +0200 Subject: Be more precise in the makefile Previously the packagers username would be visible in the tarball and all files laying around in docs/ would be included. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ab67122..b87acb1 100644 --- a/Makefile +++ b/Makefile @@ -57,7 +57,7 @@ netcfg-$(VERSION).tar.xz: | docs git archive -o netcfg-$(VERSION).tar --prefix=netcfg-$(VERSION)/ stash git stash pop -q mv scripts/netcfg{.orig,} - tar --exclude-vcs --transform "s%^%netcfg-$(VERSION)/%" -uf netcfg-$(VERSION).tar docs/ + tar --exclude-vcs --transform "s%^%netcfg-$(VERSION)/%" --owner=root --group=root --mtime=./netcfg-$(VERSION).tar -rf netcfg-$(VERSION).tar docs/*.[1-8] xz netcfg-$(VERSION).tar pkgbuild: PKGBUILD -- cgit v1.2.3-24-g4f1b