[Pkg-xfce-commits] r252 - goodies/xfce4-cpufreq-plugin/trunk/debian

Stefan Ott cockroach-guest at costa.debian.org
Wed Oct 5 00:17:55 UTC 2005


Author: cockroach-guest
Date: 2005-10-05 00:17:54 +0000 (Wed, 05 Oct 2005)
New Revision: 252

Modified:
   goodies/xfce4-cpufreq-plugin/trunk/debian/rules
Log:
Added a dh_install line to get the .so file installed


Modified: goodies/xfce4-cpufreq-plugin/trunk/debian/rules
===================================================================
--- goodies/xfce4-cpufreq-plugin/trunk/debian/rules	2005-10-04 16:09:59 UTC (rev 251)
+++ goodies/xfce4-cpufreq-plugin/trunk/debian/rules	2005-10-05 00:17:54 UTC (rev 252)
@@ -1,5 +1,7 @@
 #!/usr/bin/make -f
 
+DEB_INSTALL_DIRS_ALL := usr/lib/xfce4/panel-plugins
+
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/makefile-vars.mk
 
@@ -8,6 +10,9 @@
 	
 include /usr/share/cdbs/1/class/makefile.mk
 
+binary:
+	dh_install libcpufreq.so /usr/lib/xfce4/panel-plugins
+
 binary-post-install/xfce4-cpufreq-plugin::
 	-rm -rf debian/`dh_listpackages`/usr/lib/xfce4/panel-plugins/*.a
 	-rm -rf debian/`dh_listpackages`/usr/lib/xfce4/panel-plugins/*.la




More information about the Pkg-xfce-commits mailing list