wok diff ghostscript-dev/receipt @ rev 22443

vlc: add hicolor-icon-theme -> post-install misses index.theme
author Erkan Yilmaz <erkan@slitaz.org>
date Mon Dec 23 15:29:27 2019 +0000 (2019-12-23)
parents acc4afe2f2e5
children bbb38f5d2cd9
line diff
     1.1 --- a/ghostscript-dev/receipt	Wed Mar 30 15:10:24 2011 +0000
     1.2 +++ b/ghostscript-dev/receipt	Mon Dec 23 15:29:27 2019 +0000
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="Ghostscript devel file"
     1.6  MAINTAINER="jozee@slitaz.org"
     1.7 +LICENSE="GPL3"
     1.8  WANTED="ghostscript"
     1.9  WEB_SITE="http://ghostscript.com/" 
    1.10  
    1.11 @@ -12,5 +13,5 @@
    1.12  genpkg_rules()
    1.13  {
    1.14  	mkdir -p $fs/usr/include
    1.15 -	cp -a $_pkg/usr/include $fs/usr
    1.16 +	cp -a $install/usr/include $fs/usr
    1.17  }