7 lines
152 B
Bash
Executable File
7 lines
152 B
Bash
Executable File
#!/bin/sh
|
|
#
|
|
# shuffle things around for bmake to work right
|
|
#
|
|
mv ${WRKDIR}/makefile ${WRKDIR}/makefile.dist
|
|
cp ${FILESDIR}/makefile ${WRKDIR}/Makefile
|