wok rev 5073

busybox-static: typo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Mar 12 17:43:19 2010 +0100 (2010-03-12)
parents 70bb3a6199fb
children 15c96f579d5b
files busybox-static/receipt
line diff
     1.1 --- a/busybox-static/receipt	Fri Mar 12 11:32:31 2010 +0000
     1.2 +++ b/busybox-static/receipt	Fri Mar 12 17:43:19 2010 +0100
     1.3 @@ -54,6 +54,6 @@
     1.4  # Rules to gen a SliTaz package suitable for Tazpkg.
     1.5  genpkg_rules()
     1.6  {
     1.7 -    mkdir $fs/usr/share/boot
     1.8 +    mkdir -p $fs/usr/share/boot
     1.9      cp -a $src/_install/bin/busybox $fs/usr/share/boot/busybox-static
    1.10  }