wok-next diff uemacs/receipt @ rev 20714

netkit-rsh: typo
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun May 27 12:56:13 2018 +0300 (2018-05-27)
parents 466bca9334ef
children d5aab818505e
line diff
     1.1 --- a/uemacs/receipt	Tue Oct 17 10:14:12 2017 +0200
     1.2 +++ b/uemacs/receipt	Sun May 27 12:56:13 2018 +0300
     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  }