wok-next diff udhcpc6-fake/receipt @ rev 18925

description.txt should end with 0x0A byte (Carriage Return, Enter) to not glue with the next description in descriptions.txt.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Feb 25 15:02:38 2016 +0200 (2016-02-25)
parents b0c60d808e5c
children d5aab818505e
line diff
     1.1 --- a/udhcpc6-fake/receipt	Mon Sep 16 12:32:27 2013 +0000
     1.2 +++ b/udhcpc6-fake/receipt	Thu Feb 25 15:02:38 2016 +0200
     1.3 @@ -19,7 +19,7 @@
     1.4  # Overlap busybox
     1.5  pre_install()
     1.6  {
     1.7 -	rm -f $1/sbin/udhcpc
     1.8 +	rm -f "$1/sbin/udhcpc"
     1.9  }
    1.10  
    1.11  post_remove()