rename mkiso to mkalpine

this is just a wrapper script. the real stuff happens in alpine.mk
This commit is contained in:
Natanael Copa 2009-01-15 15:45:38 +00:00
parent 5be335ccdf
commit 204df011a7
2 changed files with 9 additions and 3 deletions

9
mkalpine Executable file
View File

@ -0,0 +1,9 @@
#!/bin/sh
# first look for alpine.mk in current dir. Fallback to /usr/share/abuild
mk=./alpine.mk
if ! [ -f $mk ]; then
mk=/usr/share/abuild/alpine.mk
fi
make -f "$mk" APK_BIN= $@

3
mkiso
View File

@ -1,3 +0,0 @@
#!/bin/sh
make -f alpine.mk