[Pkg-cli-apps-commits] [SCM] banshee branch, experimental, updated. debian/1.7.0-1-8-gb9ffcab
Iain Lane
laney at ubuntu.com
Sat May 29 10:58:38 UTC 2010
The following commit has been merged in the experimental branch:
commit b9ffcab38bbfc8fdc8cf1a6f211e1253b09c446a
Author: Iain Lane <laney at ubuntu.com>
Date: Sat May 29 11:59:07 2010 +0100
Add $(CURDIR) to find invocation
diff --git a/debian/rules b/debian/rules
index 3819405..f2f7f4a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -42,6 +42,6 @@ override_dh_clistrip:
override_dh_install:
dh_install
- find debian/banshee -name "*MeeGo*" -delete
+ find $(CURDIR)/debian/banshee -name "*MeeGo*" -delete
%:
dh $@
--
banshee
More information about the Pkg-cli-apps-commits
mailing list