wok diff tazpkg/receipt @ rev 18516

links: missing dep
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Sun Oct 25 02:48:19 2015 +0200 (2015-10-25)
parents 014b3427b79d
children 56ab0a3a197d
line diff
     1.1 --- a/tazpkg/receipt	Mon Aug 24 01:14:05 2015 +0300
     1.2 +++ b/tazpkg/receipt	Sun Oct 25 02:48:19 2015 +0200
     1.3 @@ -43,6 +43,9 @@
     1.4  	icons="$fs/usr/share/icons/hicolor/32x32/mimetypes"
     1.5  	mkdir -p $icons
     1.6  	ln -s ../apps/tazpkg.png $icons/application-x-tazpkg.png
     1.7 +
     1.8 +	# Temporary patch for tazpkg-839
     1.9 +	sed -i 's|echo "\(tazpkg .*\)"$|\1|' $install/usr/bin/tazpkg
    1.10  }
    1.11  
    1.12  post_install()