wok diff supertux-data/receipt @ rev 22042

gcc83-lib-base: do NOT provide gcc-lib-base
Currently BOTH gcc-lib-base and gcc83-lib-base are installed on my SliTaz system. So, with the current (and longstanding) tazpkg limitations I can't update just gcc-lib-base: tazpkg always updates gcc83-lib-base for me instead. Now I can't run Firefox, Vivaldi, Chrome, etc. I think because of gcc-lib-base, but I not sure 1bsolutely.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Oct 22 12:55:54 2019 +0300 (2019-10-22)
parents 62e8a8e12e45
children
line diff
     1.1 --- a/supertux-data/receipt	Sat Dec 10 21:05:39 2011 +0000
     1.2 +++ b/supertux-data/receipt	Tue Oct 22 12:55:54 2019 +0300
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="games"
     1.5  SHORT_DESC="SuperTux data files"
     1.6  MAINTAINER="slaxemulator@gmail.com"
     1.7 +LICENSE="GPL3"
     1.8  WEB_SITE="http://supertux.lethargik.org/"
     1.9  WANTED="supertux"
    1.10  
    1.11 @@ -13,5 +14,5 @@
    1.12  {
    1.13  	echo Copying data...
    1.14  	mkdir -p $fs/usr/share
    1.15 -	cp -a $_pkg/usr/share/games $fs/usr/share
    1.16 +	cp -a $install/usr/share/games $fs/usr/share
    1.17  }