diff options
author | John Stebbins <[email protected]> | 2015-09-24 08:00:54 -0700 |
---|---|---|
committer | John Stebbins <[email protected]> | 2015-09-24 08:00:54 -0700 |
commit | 8e38bee64ad60e7e5e53b0b1a4af1b4b4beeb05a (patch) | |
tree | 4dbca958d553ce19267a2839ba7c29b9fcaf67d8 | |
parent | e11a6d7ccb231622ac1ce162329a22be9b48c659 (diff) |
LinGui: fix uploading ubuntu ppa source packages
-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 a08db2517..e43b836cc 100644 --- a/pkg/linux/module.rules +++ b/pkg/linux/module.rules @@ -79,8 +79,8 @@ $(PKG.cli.deb): $(PKG.gui.tmp.deb) # Debian source package rules # pkg.push.src.deb:: $(PKG.src.deb.stamp) - (cd $(STAGE.out.src/)vivid && dput handbrake-git-snapshots $(HB.name.lower)_$(HB.debversion)ppa1~vivid1_source.changes ) - (cd $(STAGE.out.src/)trusty && dput handbrake-git-snapshots $(HB.name.lower)_$(HB.debversion)ppa1~trusty1_source.changes ) + (cd $(STAGE.out.src/)vivid && dput handbrake-git-snapshots $(HB.name.lower)_$(HB.debversion)-1ppa1~vivid1_source.changes ) + (cd $(STAGE.out.src/)trusty && dput handbrake-git-snapshots $(HB.name.lower)_$(HB.debversion)-1ppa1~trusty1_source.changes ) $(PKG.src.deb.stamp): GNUmakefile -$(RM.exe) -rf $(STAGE.out.src/) |