wok-next diff schroedinger-dev/receipt @ rev 14118

nmap: add patch for nolua support
author Samuel Trassare <samuel_trassare@yahoo.com>
date Mon Feb 25 08:44:23 2013 -0800 (2013-02-25)
parents b6ebeb7a491b
children 01010da01a4a
line diff
     1.1 --- a/schroedinger-dev/receipt	Sun Feb 17 19:49:54 2013 +0100
     1.2 +++ b/schroedinger-dev/receipt	Mon Feb 25 08:44:23 2013 -0800
     1.3 @@ -14,7 +14,7 @@
     1.4  genpkg_rules()
     1.5  {
     1.6  	mkdir -p $fs/usr/lib
     1.7 -	mv $install/usr/include $fs/usr
     1.8 -	mv $install/usr/lib/pkgconfig $fs/usr/lib
     1.9 -	mv $install/usr/lib/*.la $fs/usr/lib
    1.10 +	cp -a $install/usr/include $fs/usr
    1.11 +	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.12 +	cp -a $install/usr/lib/*.la $fs/usr/lib
    1.13  }