wok diff pam_mount/receipt @ rev 5894

inkscape: Fix build with gcc45 (http://bugs.gentoo.org/show_bug.cgi?id=305749)
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Thu Jul 22 23:54:43 2010 +0200 (2010-07-22)
parents 8e44b7502050
children 50df99a5f244
line diff
     1.1 --- a/pam_mount/receipt	Fri Mar 27 12:41:30 2009 +0000
     1.2 +++ b/pam_mount/receipt	Thu Jul 22 23:54:43 2010 +0200
     1.3 @@ -25,7 +25,7 @@
     1.4  # Rules to gen a SliTaz package suitable for Tazpkg.
     1.5  genpkg_rules()
     1.6  {
     1.7 -	mkdir -p $_pkg/usr
     1.8 +	mkdir -p $fs/usr
     1.9  	cp -a $_pkg/usr/sbin $fs/usr
    1.10  	cp -a $_pkg/usr/bin $fs/usr
    1.11  	cp -a $_pkg/sbin $fs