r56 - mdadm/trunk/debian/patches

madduck at users.alioth.debian.org madduck at users.alioth.debian.org
Tue Aug 1 18:57:16 UTC 2006


Author: madduck
Date: 2006-08-01 18:57:16 +0000 (Tue, 01 Aug 2006)
New Revision: 56

Modified:
   mdadm/trunk/debian/patches/Makefile
Log:
minor improvements

Modified: mdadm/trunk/debian/patches/Makefile
===================================================================
--- mdadm/trunk/debian/patches/Makefile	2006-08-01 18:55:25 UTC (rev 55)
+++ mdadm/trunk/debian/patches/Makefile	2006-08-01 18:57:16 UTC (rev 56)
@@ -1,4 +1,4 @@
 .PHONY: 00list
 00list:
-	find -maxdepth 1 -name Makefile -o -name 00list -prune -o -type f -print \
-		| sed -e 's,\./\(.*\)\.dpatch,\1,' | sort -n > $@
+	find -maxdepth 1 -type f -name \*.dpatch -print \
+		| sed -re 's,^\./(.*)\.dpatch$$,\1,' | sort -n > $@




More information about the pkg-mdadm-commits mailing list