[Pkg-mono-svn-commits] rev 1199 - gecko-sharp/trunk/debian

Mirco Bauer meebey-guest@haydn.debian.org
Sat, 03 Jul 2004 07:16:14 -0600


Author: meebey-guest
Date: 2004-07-03 07:15:55 -0600 (Sat, 03 Jul 2004)
New Revision: 1199

Modified:
   gecko-sharp/trunk/debian/rules
Log:
- tuned the permission fix



Modified: gecko-sharp/trunk/debian/rules
===================================================================
--- gecko-sharp/trunk/debian/rules	2004-07-03 13:10:47 UTC (rev 1198)
+++ gecko-sharp/trunk/debian/rules	2004-07-03 13:15:55 UTC (rev 1199)
@@ -34,7 +34,7 @@
 	dh_clean -k 
 	dh_installdirs
 	$(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
-	-find $(CURDIR)/debian -follow -type f -name "*.dll" -exec chmod -x {} \;
+	-cd $(CURDIR)/debian && find -type f -name "*.dll" -exec chmod -x {} \;
 
 GECKO_LIB_PATH = usr/share/dotnet/mono/gecko-sharp
 binary-indep: build install