summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCedric Schieli <cschieli@gmail.com>2010-04-12 17:14:18 +0000
committerCedric Schieli <cschieli@gmail.com>2010-04-15 10:34:06 +0000
commitd2de0f9327e58fbe43b294830ee261336f234bb7 (patch)
tree977e3d53db21a9594480f63b0593b08ffc625408
parentd8fe3724a97eb0419320de119e075d5c93e7b054 (diff)
downloadalpine-iso-to-upstream.tar.bz2
alpine-iso-to-upstream.tar.xz
Makefile: fix typoto-upstream
-rwxr-xr-xMakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4adca05..1252eb5 100755
--- a/Makefile
+++ b/Makefile
@@ -83,7 +83,7 @@ clean:
$(APK_FILES):
@mkdir -p "$(dir $@)";\
p="$(notdir $(basename $@))";\
- apk fetch $(APK_REPO) -R -v -o "$(dir $@)" $${p%-[0-9]*}
+ apk fetch $(APK_OPTS) -R -v -o "$(dir $@)" $${p%-[0-9]*}
# apk fetch $(APK_OPTS) -R -v -o "$(dir $@)" \
# `apk search -q $(APK_OPTS) $(APKS) | sort | uniq`