wok-next rev 20565
uemacs: create $install tree
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Apr 10 10:17:15 2018 +0200 (2018-04-10) |
parents | e46969cce788 |
children | c3c5f21c5e0c |
files | uemacs/receipt |
line diff
1.1 --- a/uemacs/receipt Tue Apr 10 10:14:26 2018 +0200 1.2 +++ b/uemacs/receipt Tue Apr 10 10:17:15 2018 +0200 1.3 @@ -18,12 +18,13 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 - make 1.8 + make && 1.9 + mkdir -p $install/usr/bin && 1.10 + cp em $install/usr/bin 1.11 } 1.12 1.13 # Rules to gen a SliTaz package suitable for Tazpkg. 1.14 genpkg_rules() 1.15 { 1.16 - mkdir -p $fs/usr/bin 1.17 - cp -a $src/em $fs/usr/bin 1.18 + cp -a $install/usr $fs 1.19 }