diff options
author | orchidman <lesibel@free.fr> | 2011-10-25 13:44:14 +0200 |
---|---|---|
committer | orchidman <lesibel@free.fr> | 2011-10-25 13:44:14 +0200 |
commit | 8d4d176a0e500c1a009852a38f802774567328e8 (patch) | |
tree | a8d8086a0530cb44c58d692e3956ea99e23cb656 /extra/ati-utils/Pkgfile | |
parent | c03a376ae5cc715749bd25c8c551a950e34251b5 (diff) | |
download | nutyx-extra-8d4d176a0e500c1a009852a38f802774567328e8.tar.gz nutyx-extra-8d4d176a0e500c1a009852a38f802774567328e8.tar.bz2 nutyx-extra-8d4d176a0e500c1a009852a38f802774567328e8.tar.xz nutyx-extra-8d4d176a0e500c1a009852a38f802774567328e8.zip |
ati-utils 11.9-1 maj
Diffstat (limited to 'extra/ati-utils/Pkgfile')
-rwxr-xr-x | extra/ati-utils/Pkgfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/ati-utils/Pkgfile b/extra/ati-utils/Pkgfile index 164ec922b..f2cbee152 100755 --- a/extra/ati-utils/Pkgfile +++ b/extra/ati-utils/Pkgfile @@ -5,7 +5,7 @@ # Depends on: name=ati-utils -version=11.7 +version=11.9 release=1 [ "`uname -m`" == "i686" ] && _ARCH=x86 [ "`uname -m`" == "x86_64" ] && _ARCH=x86_64 @@ -89,7 +89,7 @@ build() { chmod 755 $PKG/etc/ati/authatieventsd.sh # install -m755 $SRC/atieventsd.sh $PKG/etc/rc.d/init.d/atieventsd - install -m644 $SRC/ati/ATI_LICENSE.TXT $PKG/usr/share/licenses/$name/ +# install -m644 $SRC/ati/ATI_LICENSE.TXT $PKG/usr/share/licenses/$name/ mkdir -p $PKG/etc/X11/xorg.conf.d cat > $PKG/etc/X11/xorg.conf.d/30-ati.conf << "EOF" Section "ServerLayout" |