xorg-server: removed /var/log from footprint
This commit is contained in:
parent
ecf40a3845
commit
05338ec31a
@ -1244,4 +1244,3 @@ drwxr-xr-x root/root var/
|
||||
drwxr-xr-x root/root var/lib/
|
||||
drwxr-xr-x root/root var/lib/xkb/
|
||||
-rw-r--r-- root/root var/lib/xkb/README.compiled
|
||||
drwxr-xr-x root/root var/log/
|
||||
|
@ -5,7 +5,7 @@
|
||||
|
||||
name=xorg-server
|
||||
version=1.2.0
|
||||
release=1
|
||||
release=2
|
||||
source=(http://xorg.freedesktop.org/releases/individual/xserver/$name-$version.tar.bz2 \
|
||||
http://dl.sourceforge.net/mesa3d/MesaLib-6.5.2.tar.bz2)
|
||||
|
||||
@ -21,4 +21,5 @@ build() {
|
||||
make DESTDIR=$PKG install
|
||||
|
||||
rm $PKG/usr/lib/X11/xserver/README
|
||||
rmdir $PKG/var/log
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user