summaryrefslogtreecommitdiff
path: root/debian/patches
diff options
context:
space:
mode:
authormadduck <madduck@3cfab66f-1918-0410-86b3-c06b76f9a464>2006-08-01 18:55:25 +0000
committermadduck <madduck@3cfab66f-1918-0410-86b3-c06b76f9a464>2006-08-01 18:55:25 +0000
commit0ec1ddb52ee9deddd598f264c4bad63e998bf9ac (patch)
treebcd09f718dd9c694efc5b52b4be8b444fab454f4 /debian/patches
parent250e49da80f9d1325e2b46f809f4069f01f5c60d (diff)
fixing wrt .svn directory contents
Diffstat (limited to 'debian/patches')
-rw-r--r--debian/patches/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/patches/Makefile b/debian/patches/Makefile
index 18a3802b..0292cfe1 100644
--- a/debian/patches/Makefile
+++ b/debian/patches/Makefile
@@ -1,3 +1,4 @@
.PHONY: 00list
00list:
- find . -name Makefile -prune -o -name 00list -prune -o -type f -print | sed -e 's,\./\(.*\)\.dpatch,\1,' | sort -n > $@
+ find -maxdepth 1 -name Makefile -o -name 00list -prune -o -type f -print \
+ | sed -e 's,\./\(.*\)\.dpatch,\1,' | sort -n > $@