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

thunderbird-langpack-da: Up to 17.0.6esr
author Dominique Corbex <domcox@slitaz.org>
date Thu May 23 10:08:18 2013 +0200 (2013-05-23)
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	Thu May 23 10:08:18 2013 +0200
     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  }