[Python-modules-commits] r30079 - in packages/mod-wsgi/trunk/debian (rules)

bzed at users.alioth.debian.org bzed at users.alioth.debian.org
Sat Aug 9 09:37:58 UTC 2014


    Date: Saturday, August 9, 2014 @ 09:37:58
  Author: bzed
Revision: 30079

add missing -r for cp

Modified:
  packages/mod-wsgi/trunk/debian/rules

Modified: packages/mod-wsgi/trunk/debian/rules
===================================================================
--- packages/mod-wsgi/trunk/debian/rules	2014-08-09 09:35:37 UTC (rev 30078)
+++ packages/mod-wsgi/trunk/debian/rules	2014-08-09 09:37:58 UTC (rev 30079)
@@ -26,7 +26,7 @@
 build-%/config.status:
 	dh_testdir
 	mkdir -p build-$*
-	find . -mindepth 1 -maxdepth 1 -name 'debian' -o -name 'build-*' -o -exec cp {} build-$* \;
+	find . -mindepth 1 -maxdepth 1 -name 'debian' -o -name 'build-*' -o -exec cp -r {} build-$* \;
 	cd build-$* && ./configure --with-apxs=$(APXS2) \
 	            --with-python=/usr/bin/python$*
 




More information about the Python-modules-commits mailing list