[Pkg-xfce-commits] r6187 - goodies/trunk/xfce4-clipman-plugin/debian
Yves-Alexis Perez
corsac at alioth.debian.org
Tue Nov 1 03:45:41 UTC 2011
Author: corsac
Date: 2011-11-01 15:45:41 +0000 (Tue, 01 Nov 2011)
New Revision: 6187
Modified:
goodies/trunk/xfce4-clipman-plugin/debian/changelog
goodies/trunk/xfce4-clipman-plugin/debian/rules
Log:
* debian/rules:
- update path in rm rule.
Modified: goodies/trunk/xfce4-clipman-plugin/debian/changelog
===================================================================
--- goodies/trunk/xfce4-clipman-plugin/debian/changelog 2011-11-01 15:02:57 UTC (rev 6186)
+++ goodies/trunk/xfce4-clipman-plugin/debian/changelog 2011-11-01 15:45:41 UTC (rev 6187)
@@ -7,6 +7,8 @@
- add build-dep on libxtst-dev.
* debian/xfce4-clipman-plugin.install:
- update panel plugin install path.
+ * debian/rules:
+ - update path in rm rule.
-- Yves-Alexis Perez <corsac at debian.org> Tue, 01 Nov 2011 15:49:25 +0100
Modified: goodies/trunk/xfce4-clipman-plugin/debian/rules
===================================================================
--- goodies/trunk/xfce4-clipman-plugin/debian/rules 2011-11-01 15:02:57 UTC (rev 6186)
+++ goodies/trunk/xfce4-clipman-plugin/debian/rules 2011-11-01 15:45:41 UTC (rev 6187)
@@ -9,6 +9,6 @@
dh $@
override_dh_auto_install:
- -rm -rf debian/xfce4-clipman-plugin/usr/lib/$(DEB_HOST_MULTIARCH)/xfce4/panel-plugins/*.a
- -rm -rf debian/xfce4-clipman-plugin/usr/lib/$(DEB_HOST_MULTIARCH)/xfce4/panel-plugins/*.la
dh_auto_install
+ -rm debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/xfce4/panel/plugins/*.a
+ -rm debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/xfce4/panel/plugins/*.la
More information about the Pkg-xfce-commits
mailing list