wok-6.x diff gtkperf/receipt @ rev 19573
qt4: another "patch"
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Fri Dec 23 09:12:45 2016 +0100 (2016-12-23) |
parents | 762b649a4d73 |
children | 932cd974e081 |
line diff
1.1 --- a/gtkperf/receipt Wed Mar 23 11:51:37 2016 +0200 1.2 +++ b/gtkperf/receipt Fri Dec 23 09:12:45 2016 +0100 1.3 @@ -16,6 +16,7 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 + sed -i 's|/doc|/share&|' Makefile* 1.8 ./configure $CONFIGURE_ARGS 2>&1 | grep -v /config.rpath && 1.9 make && 1.10 make DESTDIR=$DESTDIR install 1.11 @@ -24,7 +25,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 $fs/usr 1.19 + cp -a $install/usr/share/pixmaps $fs/usr/share 1.20 }