changeset 1323:07f599d0c7d8

Missed a path when I renamed native-build to control-images.
author Rob Landley <rob@landley.net>
date Sat, 08 Jan 2011 04:29:00 -0600
parents 39830acaaf90
children abedce270c1e
files sources/control-images/static-tools.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/sources/control-images/static-tools.sh	Fri Jan 07 21:21:34 2011 -0600
+++ b/sources/control-images/static-tools.sh	Sat Jan 08 04:29:00 2011 -0600
@@ -7,7 +7,7 @@
 
 source sources/include.sh || exit 1
 
-PATCHDIR="$SOURCES/native-builds/static-tools-patches"
+PATCHDIR="$SOURCES/control-images/static-tools-patches"
 SRCDIR="$SRCDIR/native" && mkdir -p "$SRCDIR" || dienow
 WORK="$BUILD/control-images/static-tools" && blank_tempdir "$WORK"
 SRCTREE="$WORK"