summaryrefslogtreecommitdiffstats
path: root/pkg/module.rules
diff options
context:
space:
mode:
authorjstebbins <[email protected]>2009-11-25 03:22:00 +0000
committerjstebbins <[email protected]>2009-11-25 03:22:00 +0000
commitc60fe691e3abd0f1c721bb746c60d122fa656efd (patch)
tree0a02af6fd3fd51fa4c99987cb48fe5a516f13acc /pkg/module.rules
parent5bf42a402c9aa2d0f4ef49759665120731cb1202 (diff)
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
Diffstat (limited to 'pkg/module.rules')
-rw-r--r--pkg/module.rules2
1 files changed, 1 insertions, 1 deletions
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)