wok diff coreutils-character/receipt @ rev 14908

slitaz-i18n: rewrite locale-pack.functions; slitaz-configs: now generate openbox desktop menu using po files; locale-*: update using new locale-pack.functions (FIXME: post_remove)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Aug 03 17:37:48 2013 +0300 (2013-08-03)
parents d5009f5bff9c
children 2b9f96603415
line diff
     1.1 --- a/coreutils-character/receipt	Sat Feb 05 03:20:51 2011 +0000
     1.2 +++ b/coreutils-character/receipt	Sat Aug 03 17:37:48 2013 +0300
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="coreutils-character"
     1.7 -VERSION="8.10"
     1.8 +VERSION="8.12"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="GNU utilities that operate on characters."
    1.11  MAINTAINER="rcx@zoominternet.net"
    1.12 @@ -38,7 +38,7 @@
    1.13  
    1.14  post_remove()
    1.15  {
    1.16 -	ln -s /bin/busybox /usr/bin/tr
    1.17 -	ln -s /bin/busybox /usr/bin/expand
    1.18 -	ln -s /bin/busybox /usr/bin/unexpand
    1.19 +	ln -s /bin/busybox $1/usr/bin/tr
    1.20 +	ln -s /bin/busybox $1/usr/bin/expand
    1.21 +	ln -s /bin/busybox $1/usr/bin/unexpand
    1.22  }