Update of /cvsroot/devil-linux/build/scripts
In directory sc8-pr-cvs1:/tmp/cvs-serv12663/scripts
Modified Files:
alsa-driver
Log Message:
alsa stage 1
Index: alsa-driver
===================================================================
RCS file: /cvsroot/devil-linux/build/scripts/alsa-driver,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- alsa-driver 7 Nov 2003 17:21:58 -0000 1.2
+++ alsa-driver 7 Nov 2003 17:44:57 -0000 1.3
@@ -25,7 +25,7 @@
case $1 in
build )
if [ "$CONFIG_ALSA" = "y" ]; then
- ./configure --with-isa-pnp=yes --with-oss=yes --with-sequencer=yes --with-cards=all --with-kernel=$WORKDIR/linux-2.4.22 --with-moddir=$CDDIR/lib/modules/2.4.22/misc --sysconfdir=$CDDIR/etc || exit 1
+ ./configure --with-isa-pnp=yes --with-oss=yes --with-sequencer=yes --with-cards=all --with-kernel=$WORKDIR/linux-2.4.22 --with-moddir=$CDDIR/lib/modules/2.4.22/misc --sysconfdir=$ETCDIR || exit 1
make $PMAKE || exit 1
strip_debug
fi
|