wok diff pari-dev/receipt @ rev 20709

reverted to version 0.90 of antinat and antinat-dev
author Hans-G?nter Theisgen
date Wed Feb 06 15:57:25 2019 +0100 (2019-02-06)
parents 380ffe05937a
children 8cd03bcd99f2
line diff
     1.1 --- a/pari-dev/receipt	Sat Aug 10 17:00:38 2013 +0000
     1.2 +++ b/pari-dev/receipt	Wed Feb 06 15:57:25 2019 +0100
     1.3 @@ -13,6 +13,6 @@
     1.4  genpkg_rules()
     1.5  {
     1.6  	mkdir -p $fs/usr/lib
     1.7 -	cp -a $_pkg/usr/include $fs/usr
     1.8 -	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
     1.9 +	cp -a $install/usr/include $fs/usr
    1.10 +	cp -a $install/usr/lib/*.*a $fs/usr/lib
    1.11  }