[Pkg-ofed-commits] r386 - /trunk/opensm/trunk/debian/rules

opensides-guest at alioth.debian.org opensides-guest at alioth.debian.org
Thu Jul 30 22:23:07 UTC 2009


Author: opensides-guest
Date: Thu Jul 30 22:23:07 2009
New Revision: 386

URL: http://svn.debian.org/wsvn/pkg-ofed/?sc=1&rev=386
Log:
- space versus tab problem


Modified:
    trunk/opensm/trunk/debian/rules

Modified: trunk/opensm/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-ofed/trunk/opensm/trunk/debian/rules?rev=386&op=diff
==============================================================================
--- trunk/opensm/trunk/debian/rules (original)
+++ trunk/opensm/trunk/debian/rules Thu Jul 30 22:23:07 2009
@@ -56,7 +56,7 @@
 	dh_prep  
 	dh_installdirs
 
-        -find $(CURDIR) -type d -name ".svn" -exec rm -rf {} \; >/dev/null 2>&1
+	-find $(CURDIR) -type d -name ".svn" -exec rm -rf {} \; >/dev/null 2>&1
 
 	# Add here commands to install the package into debian/opensm.
 	$(MAKE) DESTDIR=$(CURDIR)/debian/tmp install




More information about the Pkg-ofed-commits mailing list