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 | 458ce0cb5c21c5a0c6ef554fdd19a97f35e961e6 (patch) | |
tree | b1abf94fac674eafa78be6e49c71b1fffacdd033 | |
parent | 85f3be6310321860963d212b276115b2600f157d (diff) | |
download | upstream-458ce0cb5c21c5a0c6ef554fdd19a97f35e961e6.tar.gz upstream-458ce0cb5c21c5a0c6ef554fdd19a97f35e961e6.tar.bz2 upstream-458ce0cb5c21c5a0c6ef554fdd19a97f35e961e6.zip |
fix quilt integration
SVN-Revision: 9100
-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; \ } |