8 lines
145 B
Plaintext
8 lines
145 B
Plaintext
|
#!/bin/sh
|
||
|
#
|
||
|
# configure script for ${WRKSRC}. It just decends into the
|
||
|
# linux subdirectory and execs configure.
|
||
|
#
|
||
|
cd linux
|
||
|
exec ./configure $@
|