summaryrefslogtreecommitdiff
path: root/debian/patches
diff options
context:
space:
mode:
authormadduck <madduck@3cfab66f-1918-0410-86b3-c06b76f9a464>2006-08-01 18:57:16 +0000
committermadduck <madduck@3cfab66f-1918-0410-86b3-c06b76f9a464>2006-08-01 18:57:16 +0000
commitd870ddd376fc82fbcfb703337324545bd1e721d2 (patch)
tree2b3e6711797971ea3928f47a5101eb07b7426037 /debian/patches
parent0ec1ddb52ee9deddd598f264c4bad63e998bf9ac (diff)
minor improvements
Diffstat (limited to 'debian/patches')
-rw-r--r--debian/patches/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/patches/Makefile b/debian/patches/Makefile
index 0292cfe1..af67986f 100644
--- a/debian/patches/Makefile
+++ b/debian/patches/Makefile
@@ -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 > $@