wok-current diff schroedinger-dev/receipt @ rev 14418

new: python-edbus
author Dominique Corbex <domcox@slitaz.org>
date Tue Apr 23 19:21:08 2013 +0200 (2013-04-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	Tue Apr 23 19:21:08 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  }