wok diff libkrb5/receipt @ rev 16589

dbus: fix init script (with /run and /var/run mounted as tmpfs, we can't preinstall /var/run/dbus, we must create it)
author Christophe Lincoln <pankso@slitaz.org>
date Mon May 05 19:10:34 2014 +0200 (2014-05-05)
parents 8f447cf2eee5
children ff8dc62daa05
line diff
     1.1 --- a/libkrb5/receipt	Sat Nov 09 20:47:29 2013 +0000
     1.2 +++ b/libkrb5/receipt	Mon May 05 19:10:34 2014 +0200
     1.3 @@ -17,7 +17,7 @@
     1.4  	while read file; do
     1.5  		dir=$(dirname "$file")
     1.6  		[ -d $fs$dir ] || mkdir -p $fs$dir
     1.7 -		cp -a $_pkg$file $fs$dir
     1.8 +		cp -a $install$file $fs$dir
     1.9  	done < $wanted_stuff/$PACKAGE.files-list
    1.10  }
    1.11