diff options
author | tnut <tnut at nutyx dot com> | 2011-07-01 19:51:30 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-07-01 19:51:30 +0200 |
commit | 8695f7a899abd1af75083bae205bb5e2f90b3fec (patch) | |
tree | a32734e01192e4fffdaea3205d4f95686320880c /base/ati-utils | |
parent | e8614ca690a157fc69e3451c1a2353144b3151b1 (diff) | |
download | nutyx-pakxe-8695f7a899abd1af75083bae205bb5e2f90b3fec.tar.gz nutyx-pakxe-8695f7a899abd1af75083bae205bb5e2f90b3fec.tar.bz2 nutyx-pakxe-8695f7a899abd1af75083bae205bb5e2f90b3fec.tar.xz nutyx-pakxe-8695f7a899abd1af75083bae205bb5e2f90b3fec.zip |
ati-utils, correction Pkgfile
Diffstat (limited to 'base/ati-utils')
-rwxr-xr-x | base/ati-utils/Pkgfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/ati-utils/Pkgfile b/base/ati-utils/Pkgfile index 8ef0af8eb..2c2e485c3 100755 --- a/base/ati-utils/Pkgfile +++ b/base/ati-utils/Pkgfile @@ -32,7 +32,7 @@ build() { if [ "`uname -m`" == "i686" ]; then cd ati/xpic/usr/X11R6/lib/modules elif [ "`uname -m`" == "x86_64" ]; then - cd ati/xpic_64/usr/X11R6/lib64/modules + cd ati/xpic_64a/usr/X11R6/lib64/modules fi # install -m644 *.a $PKG/usr/lib/X11/modules/ install -m755 *.so $PKG/usr/lib/X11/modules/ |