wok diff gtkdialog/receipt @ rev 19064
Add: Warenhaus Typenhebel Font. An imitation of an old type writer.
author | Leonardo Laporte <hackdorte@sapo.pt> |
---|---|
date | Thu Apr 21 00:25:41 2016 -0300 (2016-04-21) |
parents | 380ffe05937a |
children | e3f377fbc5f0 |
line diff
1.1 --- a/gtkdialog/receipt Sat Aug 10 17:00:38 2013 +0000 1.2 +++ b/gtkdialog/receipt Thu Apr 21 00:25:41 2016 -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 }