wok diff get-opera/receipt @ rev 21619

gcc83-lib-base: revert to gcc-lib-base post install
Previous post-install rules don't work for me producing error:
error: C compiler cannot create executables
on the another plain build when I previously used gcc83 & gcc83-lib-base to compile my other package
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat May 25 14:09:45 2019 +0300 (2019-05-25)
parents 42b8478866fb
children
line diff
     1.1 --- a/get-opera/receipt	Sat Sep 07 16:10:09 2013 +0000
     1.2 +++ b/get-opera/receipt	Sat May 25 14:09:45 2019 +0300
     1.3 @@ -13,6 +13,6 @@
     1.4  genpkg_rules()
     1.5  {
     1.6  	mkdir -p $fs/usr/bin
     1.7 -	cp stuff/get-opera $fs/usr/bin
     1.8 +	cp $stuff/get-opera $fs/usr/bin
     1.9  }
    1.10