# HG changeset patch # User Pascal Bellard # Date 1268412199 -3600 # Node ID 89fb9bf816366d3ae8f02c068d1e35c5626da588 # Parent 70bb3a6199fb103538091e8f9ab0aff3da1c668b busybox-static: typo diff -r 70bb3a6199fb -r 89fb9bf81636 busybox-static/receipt --- a/busybox-static/receipt Fri Mar 12 11:32:31 2010 +0000 +++ b/busybox-static/receipt Fri Mar 12 17:43:19 2010 +0100 @@ -54,6 +54,6 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir $fs/usr/share/boot + mkdir -p $fs/usr/share/boot cp -a $src/_install/bin/busybox $fs/usr/share/boot/busybox-static }