[Pkg-shadow-commits] r760 - trunk/debian

Nicolas FRANCOIS nekral-guest at costa.debian.org
Wed Jan 4 23:31:44 UTC 2006


Author: nekral-guest
Date: 2006-01-04 23:31:42 +0000 (Wed, 04 Jan 2006)
New Revision: 760

Modified:
   trunk/debian/rules
Log:
When recode_manpages.sh is installed with the .diff.gz, it is not
executable.


Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules	2006-01-03 23:59:19 UTC (rev 759)
+++ trunk/debian/rules	2006-01-04 23:31:42 UTC (rev 760)
@@ -70,7 +70,7 @@
 	rm -rf debian/tmp
 	mkdir debian/tmp
 	$(MAKE) DESTDIR=$$(pwd)/debian/tmp install
-	./debian/recode_manpages.sh
+	/bin/sh ./debian/recode_manpages.sh
 	touch install-stamp
 
 clean:	clean-patched unpatch




More information about the Pkg-shadow-commits mailing list