[Pkg-mono-svn-commits] rev 1511 - gtk-sharp/trunk/debian

Mirco Bauer meebey-guest@costa.debian.org
Sun, 30 Jan 2005 21:52:56 +0100


Author: meebey-guest
Date: 2005-01-30 21:52:55 +0100 (Sun, 30 Jan 2005)
New Revision: 1511

Modified:
   gtk-sharp/trunk/debian/rules
Log:
- find doesn't like symlinks by default.



Modified: gtk-sharp/trunk/debian/rules
===================================================================
--- gtk-sharp/trunk/debian/rules	2005-01-30 20:52:42 UTC (rev 1510)
+++ gtk-sharp/trunk/debian/rules	2005-01-30 20:52:55 UTC (rev 1511)
@@ -53,8 +53,8 @@
 	$(MAKE) install DESTDIR=$(CURDIR)/debian/tmp RUNTIME=/usr/bin/cli GACUTIL="/usr/bin/gacutil /root $(CURDIR)/debian/tmp/usr/lib"
 	cp -r $(CURDIR)/sample/pixmaps $(CURDIR)/sample/*.exe $(CURDIR)/sample/Makefile $(CURDIR)/sample/*.cs $(EX_PATH)
 	# fixing file permissions
-	find $(CURDIR)/debian -type f -name "*.dll" -or -name "*.cs" | xargs chmod -x
-	find $(CURDIR)/debian -type f -name "*.exe" | xargs chmod +x
+	find $(CURDIR)/debian -follow -type f -name "*.dll" -or -name "*.cs" | xargs chmod -x
+	find $(CURDIR)/debian -follow -type f -name "*.exe" | xargs chmod +x
 
 binary-indep: build-indep install
 	dh_testdir