wok diff libtaz/receipt @ rev 13153
zerobin: add purge.sh (for crontab)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Jul 16 10:19:42 2012 +0200 (2012-07-16) |
parents | 57a66c246571 |
children | 8d6f480bf664 |
line diff
1.1 --- a/libtaz/receipt Sat May 28 20:44:37 2011 +0000 1.2 +++ b/libtaz/receipt Mon Jul 16 10:19:42 2012 +0200 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libtaz" 1.7 -VERSION="1.1.2" 1.8 +VERSION="1.6" 1.9 CATEGORY="base-system" 1.10 SHORT_DESC="Slitaz generic library." 1.11 MAINTAINER="gokhlayeh@slitaz.org" 1.12 @@ -23,5 +23,4 @@ 1.13 cp -a $src/$PACKAGE/libtaz $fs/usr/lib/slitaz 1.14 cp -a $src/$PACKAGE/libtaz-modules $fs/usr/lib/slitaz 1.15 cp -a $src/$PACKAGE/slitaz.conf $fs/etc/slitaz 1.16 - cp -a $src/$PACKAGE/web $fs/usr/share/slitaz 1.17 }