[kernel] r9500 - dists/trunk/linux-2.6/debian
    Bastian Blank 
    waldi at alioth.debian.org
       
    Tue Sep 11 14:37:27 UTC 2007
    
    
  
Author: waldi
Date: Tue Sep 11 14:37:27 2007
New Revision: 9500
Log:
debian/rules.real: Fix.
Modified:
   dists/trunk/linux-2.6/debian/rules.real
Modified: dists/trunk/linux-2.6/debian/rules.real
==============================================================================
--- dists/trunk/linux-2.6/debian/rules.real	(original)
+++ dists/trunk/linux-2.6/debian/rules.real	Tue Sep 11 14:37:27 2007
@@ -446,7 +446,7 @@
 	    -e 's/=MD//g' \
 	    -e 's/=R//g' \
 	    -e 's/=S//g' \
-	    $$i > $(PACKAGE_DIR)/DEBIAN/$$i; \
+	    $$i > $(PACKAGE_DIR)/DEBIAN/$$(basename $$i); \
 	done
 	chmod 755 $(PACKAGE_DIR)/DEBIAN/{config,{pre,post}*}
 	chmod 644 $(PACKAGE_DIR)/DEBIAN/templates
    
    
More information about the Kernel-svn-changes
mailing list