wok diff udhcpc6-fake/receipt @ rev 18924

glibc: fix build (thanks az_ua)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Feb 25 14:47:17 2016 +0200 (2016-02-25)
parents b0c60d808e5c
children e05d978e5ab8
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 14:47:17 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()