wok diff bird/receipt @ rev 18687

libQtOpenGL: fix description
author Yuri Pourre <yuripourre@gmail.com>
date Thu Dec 10 13:33:41 2015 -0200 (2015-12-10)
parents 3e02d42f429d
children e972234146a1
line diff
     1.1 --- a/bird/receipt	Mon Feb 27 12:44:50 2012 -0800
     1.2 +++ b/bird/receipt	Thu Dec 10 13:33:41 2015 -0200
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="network"
     1.5  SHORT_DESC="internet routing daemon"
     1.6  MAINTAINER="allan316@gmail.com"
     1.7 +LICENSE="GPL2"
     1.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.9  WEB_SITE="http://bird.network.cz"
    1.10  WGET_URL="ftp://bird.network.cz/pub/$PACKAGE/$TARBALL"
    1.11 @@ -29,8 +30,8 @@
    1.12  genpkg_rules()
    1.13  {
    1.14  	mkdir -p $fs/usr
    1.15 -	cp -a $_pkg/usr/sbin $fs/usr
    1.16 -	cp -a $_pkg/etc $fs
    1.17 -	cp -a $_pkg/var $fs
    1.18 +	cp -a $install/usr/sbin $fs/usr
    1.19 +	cp -a $install/etc $fs
    1.20 +	cp -a $install/var $fs
    1.21  }
    1.22