wok diff joe/receipt @ rev 15429

Up: thunderbird-langpack-zh_CN (17.0.9esr)
author Dominique Corbex <domcox@slitaz.org>
date Sun Nov 03 21:52:58 2013 +0100 (2013-11-03)
parents 36a438c097dc
children 8abb017ed841
line diff
     1.1 --- a/joe/receipt	Mon Jun 11 16:33:12 2012 +0200
     1.2 +++ b/joe/receipt	Sun Nov 03 21:52:58 2013 +0100
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="utilities"
     1.5  SHORT_DESC="Joe's Own editor is a fully featured terminal based screen editor"
     1.6  MAINTAINER="threarth@yahoo.it"
     1.7 +LICENSE="GPL"
     1.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.9  WEB_SITE="http://joe-editor.sourceforge.net/"
    1.10  WGET_URL="http://downloads.sourceforge.net/project/joe-editor/JOE%20sources/$PACKAGE-$VERSION/$PACKAGE-$VERSION.tar.gz"
    1.11 @@ -25,7 +26,7 @@
    1.12  genpkg_rules()
    1.13  {
    1.14  	mkdir -p $fs/etc/joe $fs/usr/share
    1.15 -	cp -a $_pkg/usr/bin $fs/usr
    1.16 -	cp -a $_pkg/etc/ $fs
    1.17 -	cp -a $_pkg/usr/share/joe $fs/usr/share 
    1.18 +	cp -a $install/usr/bin $fs/usr
    1.19 +	cp -a $install/etc/ $fs
    1.20 +	cp -a $install/usr/share/joe $fs/usr/share 
    1.21  }