# HG changeset patch # User Eric Joseph-Alexandre # Date 1262040812 -3600 # Node ID d13b3ff11e6a9ed6867642f09d2a74cf45afff82 # Parent 909b7f4f078b876ef97c0e716b47a681f5cbdf59 linux-source: tiny change on buildtaz diff -r 909b7f4f078b -r d13b3ff11e6a linux-source/stuff/buildtaz --- a/linux-source/stuff/buildtaz Mon Dec 28 23:47:55 2009 +0100 +++ b/linux-source/stuff/buildtaz Mon Dec 28 23:53:32 2009 +0100 @@ -28,7 +28,7 @@ # Build and compress modules if needed if grep -q '^CONFIG_MODULES=y' .config ; then INSTALL_MOD_PATH="$fs" make KBUILD_SRC= modules_install - $objtree/slitaz/gztazmod.sh $fs/lib/modules/${VERSION}${LOCALVERSION} + [ -f $objtree/slitaz/gztazmod.sh ] && $objtree/slitaz/gztazmod.sh $fs/lib/modules/${VERSION}${LOCALVERSION} fi # Create Slitaz package