|
From: Heiko Z. <smi...@us...> - 2015-11-28 15:16:35
|
Update of /cvsroot/devil-linux/build/scripts In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv19145 Modified Files: linux php Log Message: more tweaking Index: php =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/php,v retrieving revision 1.40 retrieving revision 1.41 diff -u -d -r1.40 -r1.41 --- php 27 Nov 2015 21:57:17 -0000 1.40 +++ php 28 Nov 2015 15:16:32 -0000 1.41 @@ -102,7 +102,6 @@ make install INSTALL_ROOT=$TMPDIR - mv $TMPDIR/usr/php/man/man1/* $CDDIR/usr/share/man/man1 || exit 1 rm -rf $TMPDIR/usr/php || exit 1 replace_str $TMPDIR/etc/apache2/httpd.conf ${WORKDIR#*/}/tmp/usr /usr replace_str $TMPDIR/etc/apache2/httpd.conf ${TMPDIR#*/}/usr /usr Index: linux =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/linux,v retrieving revision 1.77 retrieving revision 1.78 diff -u -d -r1.77 -r1.78 --- linux 13 Dec 2011 19:54:10 -0000 1.77 +++ linux 28 Nov 2015 15:16:32 -0000 1.78 @@ -47,6 +47,7 @@ cp -v arch/x86/boot/bzImage $BOOTIMAGEDIR/vmlinuz || exit 1 cp -v System.map $BOOTIMAGEDIR/boot || exit 1 cp -v System.map $CDDIR/boot || exit 1 + depmod -ae -b $CDDIR -F $CDDIR/boot/System.map $KERNELVERSION || exit 1 mkdir -p $INITRDDIR/lib/modules/$KERNELVERSION/kernel/drivers || exit 1 cp -dpvR $CDDIR/lib/modules/$KERNELVERSION/kernel/drivers/scsi $INITRDDIR/lib/modules/$KERNELVERSION/kernel/drivers/ || exit 1 cp -dpvR $CDDIR/lib/modules/$KERNELVERSION/kernel/drivers/ata $INITRDDIR/lib/modules/$KERNELVERSION/kernel/drivers/ || exit 1 |