[Python-modules-commits] r30895 - in packages/pywbem/trunk/debian (rules)

bzed at users.alioth.debian.org bzed at users.alioth.debian.org
Sat Oct 4 13:38:22 UTC 2014


    Date: Saturday, October 4, 2014 @ 13:38:21
  Author: bzed
Revision: 30895

add missing ./

Modified:
  packages/pywbem/trunk/debian/rules

Modified: packages/pywbem/trunk/debian/rules
===================================================================
--- packages/pywbem/trunk/debian/rules	2014-10-04 13:33:30 UTC (rev 30894)
+++ packages/pywbem/trunk/debian/rules	2014-10-04 13:38:21 UTC (rev 30895)
@@ -26,7 +26,7 @@
 
 override_dh_installman: wbemcli.py.1
 	install -d debian/python-pywbem/usr/share/man/man1/
-	man --recode UTF-8 wbemcli.py.1 > debian/python-pywbem/usr/share/man/man1/wbemcli.py.1
+	man --recode UTF-8 ./wbemcli.py.1 > debian/python-pywbem/usr/share/man/man1/wbemcli.py.1
 	chmod 644 debian/python-pywbem/usr/share/man/man1/wbemcli.py.1
 
 .PHONY: binary binary-arch binary-indep install build clean clean-patched




More information about the Python-modules-commits mailing list