# HG changeset patch # User Christopher Rogers # Date 1334263521 0 # Node ID f941fb43bb88461d409e1f71da025b03b0a8313f # Parent 255cddc8eb36d38f3ff678882e1cf52cd053fbfd tazpkg: Fixed typo. diff -r 255cddc8eb36 -r f941fb43bb88 tazpkg --- a/tazpkg Fri Apr 13 02:25:09 2012 +0200 +++ b/tazpkg Thu Apr 12 20:45:21 2012 +0000 @@ -667,7 +667,7 @@ compile_schemas=yes fi # Update depmod list - if [ "$(fgrep /lib/modules $ROOT$INSTALLED/$PACKAGE/files.list") ]; then + if [ "$(fgrep /lib/modules $ROOT$INSTALLED/$PACKAGE/files.list)" ]; then updatedepmod=yes fi cd $TOP_DIR