wok-current diff linux-source/stuff/buildtaz @ rev 16602
Remove python-piface* (work only with python3) but add libmcp23s17 + libpifacedigital C library and utility
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed May 07 17:38:57 2014 +0200 (2014-05-07) |
parents | 30b01dd8b4b3 |
children |
line diff
1.1 --- a/linux-source/stuff/buildtaz Sat Dec 26 11:02:36 2009 +0100 1.2 +++ b/linux-source/stuff/buildtaz Wed May 07 17:38:57 2014 +0200 1.3 @@ -28,7 +28,7 @@ 1.4 # Build and compress modules if needed 1.5 if grep -q '^CONFIG_MODULES=y' .config ; then 1.6 INSTALL_MOD_PATH="$fs" make KBUILD_SRC= modules_install 1.7 - $objtree/slitaz/gztazmod.sh $fs/lib/modules/${VERSION}${LOCALVERSION} 1.8 + [ -f $objtree/slitaz/gztazmod.sh ] && $objtree/slitaz/gztazmod.sh $fs/lib/modules/${VERSION}${LOCALVERSION} 1.9 fi 1.10 1.11 # Create Slitaz package