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