aboutsummaryrefslogtreecommitdiffstats
path: root/include/quilt.mk
diff options
context:
space:
mode:
authorTim Yardley <lst@openwrt.org>2007-10-02 21:54:22 +0000
committerTim Yardley <lst@openwrt.org>2007-10-02 21:54:22 +0000
commit619ab61b95e73f58bd0a17e384a48309c62d20e2 (patch)
tree1a3223728d622a9f123df4853d6af82482982ed4 /include/quilt.mk
parent0cc7092771936d69aa142332002b33a5ab792156 (diff)
downloadmaster-187ad058-619ab61b95e73f58bd0a17e384a48309c62d20e2.tar.gz
master-187ad058-619ab61b95e73f58bd0a17e384a48309c62d20e2.tar.bz2
master-187ad058-619ab61b95e73f58bd0a17e384a48309c62d20e2.zip
fix quilt integration
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9100 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'include/quilt.mk')
-rw-r--r--include/quilt.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/quilt.mk b/include/quilt.mk
index 6ae615792f..667653f320 100644
--- a/include/quilt.mk
+++ b/include/quilt.mk
@@ -132,7 +132,7 @@ define Build/Quilt
echo "The source directory contains no quilt patches."; \
false; \
}
- @[ -n "$$$$(ls $(PKG_BUILD_DIR)/patches/*/series)" -o "$$$$(cat $(PKG_BUILD_DIR)/patches/series | md5sum)" = "$$(sort $(PKG_BUILD_DIR)/patches/series | md5sum)" ] || { \
+ @[ -n "$$$$(ls $(PKG_BUILD_DIR)/patches/series)" -o "$$$$(cat $(PKG_BUILD_DIR)/patches/series | md5sum)" = "$$(sort $(PKG_BUILD_DIR)/patches/series | md5sum)" ] || { \
echo "The patches are not sorted in the right order. Please fix."; \
false; \
}