tazpkg diff tazpkg @ rev 591

tazpkg: Fixed typo.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Apr 12 20:45:21 2012 +0000 (2012-04-12)
parents 255cddc8eb36
children 51ac859600cc
line diff
     1.1 --- a/tazpkg	Fri Apr 13 02:25:09 2012 +0200
     1.2 +++ b/tazpkg	Thu Apr 12 20:45:21 2012 +0000
     1.3 @@ -667,7 +667,7 @@
     1.4  		compile_schemas=yes
     1.5  	fi
     1.6  	# Update depmod list
     1.7 -	if [ "$(fgrep /lib/modules $ROOT$INSTALLED/$PACKAGE/files.list") ]; then
     1.8 +	if [ "$(fgrep /lib/modules $ROOT$INSTALLED/$PACKAGE/files.list)" ]; then
     1.9  		updatedepmod=yes
    1.10  	fi
    1.11  	cd $TOP_DIR