changeset 481:cf6d49937be1

Teach extract that uClibc++ patches don't need to be checked against uClibc.
author Rob Landley <rob@landley.net>
date Wed, 12 Nov 2008 23:23:03 -0600
parents 1e915d20eb1f
children 3e9d715e4a11
files sources/functions.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/sources/functions.sh	Wed Nov 12 20:19:51 2008 -0600
+++ b/sources/functions.sh	Wed Nov 12 23:23:03 2008 -0600
@@ -71,7 +71,7 @@
   SHALIST=$(cat "$SHA1FILE" 2> /dev/null)
   if [ ! -z "$SHALIST" ]
   then
-    for i in "$SHA1TAR" $(sha1file "${SOURCES}/patches/$BASENAME"* 2>/dev/null)
+    for i in "$SHA1TAR" $(sha1file "${SOURCES}/patches/$BASENAME"-* 2>/dev/null)
     do
       # Is this sha1 in the file?
       if [ -z "$(echo "$SHALIST" | sed -n "s/$i/$i/p" )" ]