wok-next diff midori/receipt @ rev 18427

nginx-extras: typo in dependency
author Nathan Neulinger <nneul@neulinger.org>
date Mon Sep 21 12:28:28 2015 +0000 (2015-09-21)
parents 5d53e8ccbc8d
children ea3c4b76ea5d
line diff
     1.1 --- a/midori/receipt	Thu Jan 08 02:04:05 2015 +0200
     1.2 +++ b/midori/receipt	Mon Sep 21 12:28:28 2015 +0000
     1.3 @@ -63,7 +63,7 @@
     1.4  	# desktop files
     1.5  	cp -a $install/usr/share/applications $fs/usr/share
     1.6  	find $fs -name '*.desktop' -exec sed -i \
     1.7 -		'/^Version/d; /^GenericName/d; /^X-/d; /^Name\[.*\]=Midori/d; \
     1.8 +		'/^Version/d; /^GenericName/d; /^X-/d; \
     1.9  		/^Actions=/d' \{\} \;
    1.10  	desktop=$fs/usr/share/applications/midori.desktop
    1.11  	lastline=$(expr $(grep -n '^\[Desktop Action TabNew\]' $desktop | \