wok diff e3/receipt @ rev 18980
Up: New wallpapers and new mirror.
author | Leonardo Laporte <hackdorte@sapo.pt> |
---|---|
date | Tue Mar 15 05:30:13 2016 -0300 (2016-03-15) |
parents | 223b265f40fd |
children | a0fe56fb9c41 |
line diff
1.1 --- a/e3/receipt Sat Sep 07 22:59:13 2013 +0000 1.2 +++ b/e3/receipt Tue Mar 15 05:30:13 2016 -0300 1.3 @@ -17,16 +17,14 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 - cd $src 1.8 sed -i -e 's/-D$(EXMODE)//' Makefile && 1.9 sed -i -e 's#/man/man#/share/man/man#' Makefile 1.10 - make && 1.11 - make PREFIX=$DESTDIR install 1.12 + make && make PREFIX=$DESTDIR 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/ 1.19 - cp -R $WOK/$PACKAGE/install/* $fs/usr/ 1.20 + mkdir -p $fs/usr 1.21 + cp -R $install/bin $fs/usr 1.22 }