wok diff backintime/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 4ea96657834e
children 8296cfe551a1
line diff
     1.1 --- a/backintime/receipt	Sun Jul 26 17:30:32 2015 +0200
     1.2 +++ b/backintime/receipt	Sat May 25 14:09:45 2019 +0300
     1.3 @@ -26,4 +26,5 @@
     1.4  genpkg_rules()
     1.5  {
     1.6  	cp -a $install/* $fs
     1.7 +	rm -r $fs/usr/share/doc $fs/usr/share/man
     1.8  }