wok diff flam3-dev/receipt @ rev 21665

mc: configure --without-subshell
author maniac
date Sat Jun 01 13:26:35 2019 +0300 (2019-06-01)
parents 7fbfc0c547fc
children
line diff
     1.1 --- a/flam3-dev/receipt	Fri Mar 01 17:44:13 2019 +0100
     1.2 +++ b/flam3-dev/receipt	Sat Jun 01 13:26:35 2019 +0300
     1.3 @@ -15,6 +15,6 @@
     1.4  genpkg_rules()
     1.5  {
     1.6  	mkdir -p $fs/usr
     1.7 -	cp -a $install/usr/lib $fs/usr
     1.8 +	cp -a $install/usr/lib     $fs/usr
     1.9  	cp -a $install/usr/include $fs/usr
    1.10  }