wok diff glpi/receipt @ rev 8686
Fix: uclibc-cross-compiler
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Thu Feb 17 18:58:39 2011 +0100 (2011-02-17) |
parents | 9ece8f68b694 |
children | be13f25e790b |
line diff
1.1 --- a/glpi/receipt Thu Feb 03 17:09:38 2011 +0100 1.2 +++ b/glpi/receipt Thu Feb 17 18:58:39 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/