wok diff amiwm/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 5341074b4c44
children 9af0e03b8ad0
line diff
     1.1 --- a/amiwm/receipt	Sat Jun 23 10:59:44 2018 +0200
     1.2 +++ b/amiwm/receipt	Sat May 25 14:09:45 2019 +0300
     1.3 @@ -27,6 +27,7 @@
     1.4  
     1.5  	install -Dm644 $stuff/*.1 $install/usr/share/man/man1 # from Debian
     1.6  	gzip -9 $install/usr/share/man/man1/*
     1.7 +	mkdir -p $install/usr/share/doc
     1.8  	install -Dm644 README* LICENSE $install/usr/share/doc
     1.9  }
    1.10