diff options
author | jstebbins <[email protected]> | 2010-04-16 16:46:07 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2010-04-16 16:46:07 +0000 |
commit | cbe18316d2fe8e754f5f451c571473fc2058c8bd (patch) | |
tree | f4b4267389a76e8130eca82a4a56a712eb38236a /pkg | |
parent | 15bc1a1219ec78bb6167ebaf8b8d6470e2867697 (diff) |
fix typo in rule to push deb src package to launchpad
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3231 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'pkg')
-rw-r--r-- | pkg/linux/module.rules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/linux/module.rules b/pkg/linux/module.rules index 00bac398f..8f88430dd 100644 --- a/pkg/linux/module.rules +++ b/pkg/linux/module.rules @@ -60,8 +60,8 @@ $(PKG.cli.deb): $(PKG.gui.tmp.deb) # Debian source package rules # pkg.push.src.deb:: $(PKG.src.deb.stamp) - (cd $(STAGE.out.src/)lucid && dput handbrake-snapshots $(PKG.deb.basename)_$(HB.version)ppa1~lucid1)_source.changes ) - (cd $(STAGE.out.src/)karmic && dput handbrake-snapshots $(PKG.deb.basename)_$(HB.version)ppa1~karmic1)_source.changes ) + (cd $(STAGE.out.src/)lucid && dput handbrake-snapshots $(PKG.deb.basename)_$(HB.version)ppa1~lucid1_source.changes ) + (cd $(STAGE.out.src/)karmic && dput handbrake-snapshots $(PKG.deb.basename)_$(HB.version)ppa1~karmic1_source.changes ) $(PKG.src.deb.stamp): GNUmakefile -$(RM.exe) -rf $(STAGE.out.src/) |