wok-current diff gtkdialog/receipt @ rev 18150
Up: pcmanfm,libfm(git), libtasn1(4.5)
to exclude builtin libtasn1 from libgnutls* , no more rebuilds needed
to exclude builtin libtasn1 from libgnutls* , no more rebuilds needed
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Fri Jun 19 19:56:46 2015 +0200 (2015-06-19) |
parents | 380ffe05937a |
children | e3f377fbc5f0 |
line diff
1.1 --- a/gtkdialog/receipt Sat Aug 10 17:00:38 2013 +0000 1.2 +++ b/gtkdialog/receipt Fri Jun 19 19:56:46 2015 +0200 1.3 @@ -20,7 +20,6 @@ 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 && 1.10 make DESTDIR=$DESTDIR install 1.11 @@ -29,7 +28,7 @@ 1.12 # Rules to gen a SliTaz package suitable for Tazpkg. 1.13 genpkg_rules() 1.14 { 1.15 - mkdir -p $fs/usr 1.16 + mkdir -p $fs/usr/share 1.17 cp -a $install/usr/bin $fs/usr 1.18 cp -a $install/usr/share/icons $fs/usr/share 1.19 }