wok-next diff schroedinger-dev/receipt @ rev 14116
dnsmasq: up 2.65
author | Samuel Trassare <samuel_trassare@yahoo.com> |
---|---|
date | Sun Feb 24 16:13:22 2013 -0800 (2013-02-24) |
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 Sun Feb 24 16:13:22 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 }