wok diff util-linux-blockdev/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 9d9921e751e8
children 4f122372e6f6
line diff
     1.1 --- a/util-linux-blockdev/receipt	Tue Dec 24 21:11:57 2013 +0000
     1.2 +++ b/util-linux-blockdev/receipt	Thu Feb 25 14:47:17 2016 +0200
     1.3 @@ -21,7 +21,7 @@
     1.4  # Overlap busybox
     1.5  pre_install()
     1.6  {
     1.7 -	rm -f $1/sbin/blockdev
     1.8 +	rm -f "$1/sbin/blockdev"
     1.9  }
    1.10  
    1.11  post_remove()