wok-6.x diff dbus/receipt @ rev 13156
zerobin: fix zerobin.u
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Jul 17 08:53:48 2012 +0200 (2012-07-17) |
parents | cb689f337a0b |
children | 941814dbf622 |
line diff
1.1 --- a/dbus/receipt Tue Apr 24 14:57:02 2012 +0200 1.2 +++ b/dbus/receipt Tue Jul 17 08:53:48 2012 +0200 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="dbus" 1.7 -VERSION="1.4.20" 1.8 +VERSION="1.6.0" 1.9 CATEGORY="x-window" 1.10 SHORT_DESC="D-Bus is a message bus system." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 @@ -45,6 +45,8 @@ 1.13 1.14 pre_install() 1.15 { 1.16 + local root 1.17 + root=$1 1.18 # Go for echoing on configuration files if any messagebus user 1.19 # was found. 1.20 if ! grep -q 'messagebus' $root/etc/passwd; then