summaryrefslogtreecommitdiffstats
path: root/pkg
diff options
context:
space:
mode:
authorjstebbins <[email protected]>2010-04-16 17:04:57 +0000
committerjstebbins <[email protected]>2010-04-16 17:04:57 +0000
commit20b62f277a2df7d2f17d1c1ceca573faa1f4f6ea (patch)
tree71105b78776789358bfac43afd4c5c4cfabfe49e /pkg
parentcbe18316d2fe8e754f5f451c571473fc2058c8bd (diff)
fix another problem with the rule to push debian src packages to launchpad
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3232 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'pkg')
-rw-r--r--pkg/linux/module.rules4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/linux/module.rules b/pkg/linux/module.rules
index 8f88430dd..0d2d4f2c4 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 handbrake_$(HB.version)ppa1~lucid1_source.changes )
+ (cd $(STAGE.out.src/)karmic && dput handbrake-snapshots handbrake_$(HB.version)ppa1~karmic1_source.changes )
$(PKG.src.deb.stamp): GNUmakefile
-$(RM.exe) -rf $(STAGE.out.src/)