wok diff depmod/receipt @ rev 20167

Up smtube, smplayer (18.1.0)
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Thu Jan 11 13:05:26 2018 +0100 (2018-01-11)
parents 36278632a653
children
line diff
     1.1 --- a/depmod/receipt	Fri Apr 10 16:29:03 2015 +0200
     1.2 +++ b/depmod/receipt	Thu Jan 11 13:05:26 2018 +0100
     1.3 @@ -21,10 +21,10 @@
     1.4  # Overlap busybox
     1.5  pre_install()
     1.6  {
     1.7 -	rm -f $1/sbin/depmod
     1.8 +	rm -f "$1/sbin/depmod"
     1.9  }
    1.10  
    1.11  post_remove()
    1.12  {
    1.13 -	ln -s /bin/busybox $1/sbin/depmod
    1.14 +	ln -s /bin/busybox "$1/sbin/depmod"
    1.15  }