diff options
author | Tim Yardley <lst@openwrt.org> | 2007-10-02 21:54:22 +0000 |
---|---|---|
committer | Tim Yardley <lst@openwrt.org> | 2007-10-02 21:54:22 +0000 |
commit | 619ab61b95e73f58bd0a17e384a48309c62d20e2 (patch) | |
tree | 1a3223728d622a9f123df4853d6af82482982ed4 /include | |
parent | 0cc7092771936d69aa142332002b33a5ab792156 (diff) | |
download | upstream-619ab61b95e73f58bd0a17e384a48309c62d20e2.tar.gz upstream-619ab61b95e73f58bd0a17e384a48309c62d20e2.tar.bz2 upstream-619ab61b95e73f58bd0a17e384a48309c62d20e2.zip |
fix quilt integration
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9100 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'include')
-rw-r--r-- | include/quilt.mk | 2 |
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; \ } |