wok rev 16428
gtkdialog: fix icon path
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Apr 18 12:50:13 2014 +0300 (2014-04-18) |
parents | f763320a92ed |
children | 28f3ef225377 |
files | gtkdialog/receipt |
line diff
1.1 --- a/gtkdialog/receipt Fri Apr 18 10:51:46 2014 +0200 1.2 +++ b/gtkdialog/receipt Fri Apr 18 12:50:13 2014 +0300 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 }