[Python-modules-commits] r22402 - in packages/gamera/trunk/debian (rules)
jwilk at users.alioth.debian.org
jwilk at users.alioth.debian.org
Wed Jul 4 14:50:12 UTC 2012
Date: Wednesday, July 4, 2012 @ 14:50:11
Author: jwilk
Revision: 22402
Pass directory name to rdfind.
Modified:
packages/gamera/trunk/debian/rules
Modified: packages/gamera/trunk/debian/rules
===================================================================
--- packages/gamera/trunk/debian/rules 2012-07-04 12:40:08 UTC (rev 22401)
+++ packages/gamera/trunk/debian/rules 2012-07-04 14:50:11 UTC (rev 22402)
@@ -78,7 +78,7 @@
ifneq ($(shell dh_listpackages | grep -x -F gamera-doc),)
cd debian/gamera-doc/usr/share/doc/gamera-doc/html/ && \
$(CURDIR)/debian/symlink-helper ../src/ . && \
- rdfind -makehardlinks true -makeresultsfile false
+ rdfind -makehardlinks true -makeresultsfile false .
endif
doc/manpage/gamera_gui.1: build/stamp
More information about the Python-modules-commits
mailing list