wok diff cairomm/receipt @ rev 14458
Up: nagios-nsca (2.9.1)
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Sat Apr 27 02:50:53 2013 +0200 (2013-04-27) |
parents | 4094c708495a |
children | a00bf44ed23d |
line diff
1.1 --- a/cairomm/receipt Fri May 20 06:56:28 2011 +0000 1.2 +++ b/cairomm/receipt Sat Apr 27 02:50:53 2013 +0200 1.3 @@ -15,14 +15,14 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 - cd $src 1.8 - ./configure $CONFIGURE_ARGS && 1.9 - make && make install 1.10 + cd $src 1.11 + ./configure $CONFIGURE_ARGS && 1.12 + make && make install 1.13 } 1.14 1.15 # Rules to gen a SliTaz package suitable for Tazpkg. 1.16 genpkg_rules() 1.17 { 1.18 mkdir -p $fs/usr/lib 1.19 - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 1.20 + cp -a $install/usr/lib/*.so* $fs/usr/lib 1.21 }