wok diff pan/receipt @ rev 18897

syslinux/isohybrid.exe add -r support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 14 22:06:06 2016 +0100 (2016-02-14)
parents e714b10b01c1
children 4bec62c8999a
line diff
     1.1 --- a/pan/receipt	Thu May 31 23:18:41 2012 +0200
     1.2 +++ b/pan/receipt	Sun Feb 14 22:06:06 2016 +0100
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="network"
     1.5  SHORT_DESC="pan is a usenet newsreader"
     1.6  MAINTAINER="allan316@gmail.com"
     1.7 +LICENSE="GPL2"
     1.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.9  WEB_SITE="http://pan.rebelbase.com"
    1.10  WGET_URL="$WEB_SITE/download/releases/$VERSION/source/$TARBALL"
    1.11 @@ -61,8 +62,8 @@
    1.12  genpkg_rules()
    1.13  {
    1.14  	mkdir -p $fs/usr/share
    1.15 -	cp -a $_pkg/usr/bin $fs/usr
    1.16 -	cp -a $_pkg/usr/share/applications $fs/usr/share
    1.17 -	cp -a $_pkg/usr/share/pixmaps $fs/usr/share
    1.18 +	cp -a $install/usr/bin $fs/usr
    1.19 +	cp -a $install/usr/share/applications $fs/usr/share
    1.20 +	cp -a $install/usr/share/pixmaps $fs/usr/share
    1.21  }
    1.22