no WORK for bin2iso :)

for/master
Daniel Mierswa 2009-02-25 07:42:25 +01:00
parent 3f9b584b99
commit 680b6020e4
1 changed files with 4 additions and 0 deletions

View File

@ -19,6 +19,10 @@ MYOPTIONS=""
DEPENDENCIES=""
SKIP_FUNCTIONS="unpack"
WORK="${WORKBASE}"
src_compile() {
$(tc-getCC) ${CFLAGS} ${LDFLAGS} -o "${SRC}.out" "${FETCHEDDIR}/${SRC}" \
|| die "compilation failed"