no WORK for bin2iso :)

This commit is contained in:
Daniel Mierswa 2009-02-25 07:42:25 +01:00
parent 3f9b584b99
commit 680b6020e4

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"