wok diff findutils/receipt @ rev 19154

Up libdrm (2.4.68), xorg-xf86-video-nouveau (1.0.12)
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Mon May 23 23:56:45 2016 +0300 (2016-05-23)
parents 2b9f96603415
children 59309d227b73
line diff
     1.1 --- a/findutils/receipt	Sat Aug 10 13:52:56 2013 +0000
     1.2 +++ b/findutils/receipt	Mon May 23 23:56:45 2016 +0300
     1.3 @@ -38,8 +38,8 @@
     1.4  # Remove Busybox symlink before installing
     1.5  pre_install()
     1.6  {
     1.7 -	rm -f $1/usr/bin/find
     1.8 -	rm -f $1/usr/bin/xargs
     1.9 +	rm -f "$1/usr/bin/find"
    1.10 +	rm -f "$1/usr/bin/xargs"
    1.11  }
    1.12  
    1.13  post_remove()