wok 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 e1403dacd137
children 06da269ba27e
files glpi/receipt
line diff
     1.1 --- a/glpi/receipt	Thu Feb 03 18:30:37 2011 +0000
     1.2 +++ b/glpi/receipt	Fri Feb 04 00:56:21 2011 +0100
     1.3 @@ -9,7 +9,7 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.5  WEB_SITE="http://glpi-project.org/"
     1.6  WGET_URL="https://forge.indepnet.net/attachments/download/772/$TARBALL"
     1.7 -CONFIG_FILES="/etc/glpi/config_db.php /etc/glpi/config_db_slave.php"
     1.8 +CONFIG_FILES="/etc/glpi/config_db.php"
     1.9  
    1.10  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.11  genpkg_rules()
    1.12 @@ -25,7 +25,6 @@
    1.13  		 
    1.14  	cp -a $_pkg/* $fs/usr/share/$PACKAGE
    1.15  	[ -d $fs/usr/share/$PACKAGE/files ] &&  mv $fs/usr/share/$PACKAGE/files $fs/var/lib/$PACKAGE
    1.16 -	#[ -d $fs/usr/share/$PACKAGE/config ] &&  mv $fs/usr/share/$PACKAGE/config $fs/etc/$PACKAGE
    1.17  
    1.18  	# Copy config db as temporary file.
    1.19  	cp stuff/config_db.php $fs/etc/glpi/