forked from ports/contrib
ati: fixed directory not allowed: /usr/share/man
This commit is contained in:
parent
7b5fccb0f6
commit
34f0bc041b
@ -48,9 +48,9 @@ drwxr-xr-x root/root usr/include/
|
||||
drwxr-xr-x root/root usr/include/GL/
|
||||
-r--r--r-- root/root usr/include/GL/glATI.h
|
||||
-r--r--r-- root/root usr/include/GL/glxATI.h
|
||||
drwxr-xr-x root/root usr/man/
|
||||
drwxr-xr-x root/root usr/man/man8/
|
||||
-r--r--r-- root/root usr/man/man8/atieventsd.8.gz
|
||||
drwxr-xr-x root/root usr/sbin/
|
||||
-rwxr-xr-x root/root usr/sbin/atieventsd
|
||||
drwxr-xr-x root/root usr/share/
|
||||
drwxr-xr-x root/root usr/share/man/
|
||||
drwxr-xr-x root/root usr/share/man/man8/
|
||||
-r--r--r-- root/root usr/share/man/man8/atieventsd.8.gz
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
name=ati
|
||||
version=8.33.6
|
||||
release=1
|
||||
release=2
|
||||
source=(http://www2.ati.com/drivers/linux/$name-driver-installer-$version-x86.x86_64.run \
|
||||
atieventsd.sh)
|
||||
|
||||
@ -22,9 +22,7 @@ build() {
|
||||
$PKG/lib/modules/`uname -r`/kernel/drivers/char/drm
|
||||
install -d $PKG/usr/{X11R6,include,share}
|
||||
cp -r $SRC/tmp/arch/$march/usr $PKG
|
||||
cp -r $SRC/tmp/common/usr/X11R6 $PKG/usr
|
||||
cp -r $SRC/tmp/common/usr/include $PKG/usr
|
||||
cp -r $SRC/tmp/common/usr/share/man $PKG/usr/share
|
||||
cp -r $SRC/tmp/common/usr/{X11R6,include,share/man} $PKG/usr
|
||||
cp -r $SRC/tmp/$xversion/usr/X11R6 $PKG/usr
|
||||
install -d $PKG/etc/{ati,rc.d}
|
||||
cp -r $SRC/tmp/common/etc/ati/* $PKG/etc/ati
|
||||
|
Loading…
x
Reference in New Issue
Block a user