wok diff tazlito/receipt @ rev 21352
updated libxml2, libxml2-dev, libxml2-python and libxml2-tools (2.8.0 -> 2.9.9)
author | Hans-G?nter Theisgen |
---|---|
date | Sun Apr 21 07:35:58 2019 +0100 (2019-04-21) |
parents | 6135577f4d08 |
children | a01ff9505078 |
line diff
1.1 --- a/tazlito/receipt Sat Jan 26 12:26:47 2019 +0100 1.2 +++ b/tazlito/receipt Sun Apr 21 07:35:58 2019 +0100 1.3 @@ -9,7 +9,7 @@ 1.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.5 WEB_SITE="http://www.slitaz.org/" 1.6 WGET_URL="http://hg.slitaz.org/tazlito/archive/$VERSION.tar.gz" 1.7 -CONFIG_FILES="/etc/tazlito/distro-packages.list" 1.8 +CONFIG_FILES="/etc/tazlito" 1.9 TAGS="slitaz" 1.10 1.11 DEPENDS="lzma cdrkit" 1.12 @@ -29,6 +29,7 @@ 1.13 mkdir -p $fs 1.14 cp -a $install/* $fs 1.15 chown -R root.root $fs 1.16 - # Declare /etc/tazlito/distro-packages.list 1.17 + # Declare /etc/tazlito/distro-packages.list & /etc/tazlito/tazlito.conf 1.18 + touch $fs/etc/tazlito/tazlito.conf 1.19 touch $fs/etc/tazlito/distro-packages.list 1.20 }