wok diff xorg-xrandr/receipt @ rev 15581

xorg-cf-files: typo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Nov 30 11:11:23 2013 +0000 (2013-11-30)
parents 5ecfbd069597
children cf41f989b6d2
line diff
     1.1 --- a/xorg-xrandr/receipt	Wed Oct 26 20:55:54 2011 +0000
     1.2 +++ b/xorg-xrandr/receipt	Sat Nov 30 11:11:23 2013 +0000
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="x-window"
     1.5  SHORT_DESC="X app to show system resources usage."
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 +LICENSE="MIT"
     1.8  SOURCE="xrandr"
     1.9  TARBALL="$SOURCE-$VERSION.tar.bz2"
    1.10  WEB_SITE="http://www.x.org/"
    1.11 @@ -25,5 +26,5 @@
    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 $install/usr/bin $fs/usr
    1.17  }