wok-next diff sundown/receipt @ rev 20636

Fix "can't execute '/usr/bin/update-mime-database': No such file or directory"
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Apr 27 15:12:17 2018 +0300 (2018-04-27)
parents 61e23282014d
children d6378d455338
line diff
     1.1 --- a/sundown/receipt	Thu Dec 31 14:51:53 2015 +0200
     1.2 +++ b/sundown/receipt	Fri Apr 27 15:12:17 2018 +0300
     1.3 @@ -19,7 +19,10 @@
     1.4  {
     1.5  	#sed -i 's|O3|Os|' $src/Makefile
     1.6  	patch -p1 -i $stuff/sundown.options.patch
     1.7 +	sed -i 's|-Wl||' Makefile
     1.8 +
     1.9  	make
    1.10 +
    1.11  	mkdir -p $install/usr/bin
    1.12  	cp -a $src/sundown $install/usr/bin
    1.13  }