wok diff p7zip-full/receipt @ rev 17654

Up: diffutils 3.3
author Alexander Medvedev <devl547@gmail.com>
date Sat Feb 14 22:41:11 2015 +0000 (2015-02-14)
parents 5b198b5bc329
children 42380dbaadb7
line diff
     1.1 --- a/p7zip-full/receipt	Sun May 15 12:41:03 2011 +0000
     1.2 +++ b/p7zip-full/receipt	Sat Feb 14 22:41:11 2015 +0000
     1.3 @@ -6,6 +6,7 @@
     1.4  CATEGORY="utilities"
     1.5  SHORT_DESC="A file archiver with a high compression ratio (full version with restricted codecs)"
     1.6  MAINTAINER="milka@konstelacioj.info"
     1.7 +LICENSE="LGPL"
     1.8  TARBALL="${SOURCE}_${VERSION}_src_all.tar.bz2"
     1.9  WEB_SITE="http://p7zip.sourceforge.net/"
    1.10  WGET_URL="$SF_MIRROR/$SOURCE/$TARBALL"
    1.11 @@ -22,11 +23,11 @@
    1.12  genpkg_rules()
    1.13  {
    1.14  	mkdir -p $fs/usr
    1.15 -	cp -a $_pkg/usr/bin $fs/usr
    1.16 -	cp -a $_pkg/usr/lib $fs/usr
    1.17 +	cp -a $install/usr/bin $fs/usr
    1.18 +	cp -a $install/usr/lib $fs/usr
    1.19  	
    1.20  	# Fix pathname in 7z scripts
    1.21 -	sed -i -e "s#.*$_pkg#\"#" $fs/usr/bin/7z \
    1.22 +	sed -i -e "s#.*$install#\"#" $fs/usr/bin/7z \
    1.23  		$fs/usr/bin/7za $fs/usr/bin/7zr
    1.24  }
    1.25