summaryrefslogtreecommitdiffstats
path: root/pkg/linux
diff options
context:
space:
mode:
authorsr55 <[email protected]>2013-03-16 17:42:52 +0000
committersr55 <[email protected]>2013-03-16 17:42:52 +0000
commit02edbfbe91ed59ac8cdc7c34f99c810cecb45861 (patch)
treece3dbc440fec850b5904d406b9b512c4ae68b696 /pkg/linux
parent9d05a26fce915e6577c9518f3d739d1ec08a5b57 (diff)
reverted unintentional change
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5331 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'pkg/linux')
-rw-r--r--pkg/linux/module.rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/linux/module.rules b/pkg/linux/module.rules
index ac3cf13d2..1e04fee1e 100644
--- a/pkg/linux/module.rules
+++ b/pkg/linux/module.rules
@@ -21,7 +21,7 @@ $(STAGE.out.cli/):
# RPM binary package rules
#
$(PKG.rpm.src.tar.bz2): $(STAGE.out.rpm.src/)
- $(TAR.exe) cvzf $@ -C $(STAGE.out.rpm.src/) $(PKG.basename)
+ $(TAR.exe) cjf $@ -C $(STAGE.out.rpm.src/) $(PKG.basename)
$(STAGE.out.rpm.src/): GNUmakefile
# -$(MKDIR.exe) -p $(STAGE.out.rpm.src/)$(PKG.basename)