wok diff assaultcube/receipt @ rev 8364

glpi: fix CONFIG_FILES remove config_db_slave.php. doesn't exist
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Fri Feb 04 00:56:21 2011 +0100 (2011-02-04)
parents 75eae800268f
children b891cba4f48e
line diff
     1.1 --- a/assaultcube/receipt	Wed Nov 17 17:55:22 2010 +0000
     1.2 +++ b/assaultcube/receipt	Fri Feb 04 00:56:21 2011 +0100
     1.3 @@ -15,7 +15,7 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	ln -s $WOK/$PACKAGE/$VERSION $WOK/$PACKAGE/$SOURCE-$VERSION	
     1.8 +	[ -d $WOK/$PACKAGE/$VERSION ] && ln -s $WOK/$PACKAGE/$VERSION $WOK/$PACKAGE/$SOURCE-$VERSION	
     1.9  	cd $src/source/src
    1.10  	make
    1.11  }