diff options
author | jstebbins <[email protected]> | 2012-07-16 21:02:45 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2012-07-16 21:02:45 +0000 |
commit | 00d56021b89743ba16aa5f24b8b953dd040c4a36 (patch) | |
tree | 1c7a622710854654c1174ad446aaa239dc6f2f3d | |
parent | 7ab9469c14015a0675929650bd6f98548174852a (diff) |
LinGui: remove obsolete ubuntu lucid rule
Lucid was removed a while ago, but I missed the rule that pushes the
now non-existent source package to the PPA build server.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4849 b64f7644-9d1e-0410-96f1-a4d463321fa5
-rw-r--r-- | pkg/linux/module.rules | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pkg/linux/module.rules b/pkg/linux/module.rules index 312d6a3cf..ef10082bf 100644 --- a/pkg/linux/module.rules +++ b/pkg/linux/module.rules @@ -65,7 +65,6 @@ pkg.push.src.deb:: $(PKG.src.deb.stamp) (cd $(STAGE.out.src/)oneiric && dput handbrake-snapshots handbrake_$(HB.version)ppa1~oneiric1_source.changes ) (cd $(STAGE.out.src/)natty && dput handbrake-snapshots handbrake_$(HB.version)ppa1~natty1_source.changes ) (cd $(STAGE.out.src/)maverick && dput handbrake-snapshots handbrake_$(HB.version)ppa1~maverick1_source.changes ) - (cd $(STAGE.out.src/)lucid && dput handbrake-snapshots handbrake_$(HB.version)ppa1~lucid1_source.changes ) $(PKG.src.deb.stamp): GNUmakefile -$(RM.exe) -rf $(STAGE.out.src/) |