From c60fe691e3abd0f1c721bb746c60d122fa656efd Mon Sep 17 00:00:00 2001 From: jstebbins Date: Wed, 25 Nov 2009 03:22:00 +0000 Subject: build system: fix root of source tarball root was './' which could overwrite uid, gid, and perm of the users current working directory. The root is now 'HandBrake-$(HB.version)/' git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2973 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- pkg/module.rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg') diff --git a/pkg/module.rules b/pkg/module.rules index 60457d215..7943873c2 100644 --- a/pkg/module.rules +++ b/pkg/module.rules @@ -12,7 +12,7 @@ pkg.clean: $(PKG.src.tar.bz2): | $(dir $(PKG.src.tar.bz2)) $(PKG.src.tar.bz2): | $(STAGE.out.src/) - $(TAR.exe) cjf $@ -C $(STAGE.out.src/) . + $(TAR.exe) cjf $@ -C $(STAGE.out.src/) $(HB.name)-$(HB.version) $(STAGE.out.src/): svn export -r$(HB.repo.rev) $(HB.repo.url) $@/$(HB.name)-$(HB.version) -- cgit v1.2.3