6 lines
190 B
Bash
6 lines
190 B
Bash
#!/bin/sh
|
|
#
|
|
# shuffle things around for bmake to work right
|
|
#
|
|
mv ${WRKDIR}/makefile ${WRKDIR}/makefile.dist
|
|
sed -e "s@%%PREFIX%%@${PREFIX}@" < ${FILESDIR}/Makefile.sed > ${WRKDIR}/Makefile
|