diff options
Diffstat (limited to 'xorg/xorg-server')
-rw-r--r-- | xorg/xorg-server/.Pkgfile.swp | bin | 12288 -> 0 bytes | |||
-rw-r--r-- | xorg/xorg-server/.footprint | 2 | ||||
-rwxr-xr-x | xorg/xorg-server/Pkgfile | 3 |
3 files changed, 3 insertions, 2 deletions
diff --git a/xorg/xorg-server/.Pkgfile.swp b/xorg/xorg-server/.Pkgfile.swp Binary files differdeleted file mode 100644 index 342afee00..000000000 --- a/xorg/xorg-server/.Pkgfile.swp +++ /dev/null diff --git a/xorg/xorg-server/.footprint b/xorg/xorg-server/.footprint index ba1379110..3cd7f3251 100644 --- a/xorg/xorg-server/.footprint +++ b/xorg/xorg-server/.footprint @@ -204,6 +204,8 @@ drwxr-xr-x root/root usr/lib/xorg/modules/extensions/ -rwxr-xr-x root/root usr/lib/xorg/modules/extensions/libextmod.so -rwxr-xr-x root/root usr/lib/xorg/modules/extensions/libglx.la -rwxr-xr-x root/root usr/lib/xorg/modules/extensions/libglx.so +-rwxr-xr-x root/root usr/lib/xorg/modules/extensions/librecord.la +-rwxr-xr-x root/root usr/lib/xorg/modules/extensions/librecord.so -rwxr-xr-x root/root usr/lib/xorg/modules/libexa.la -rwxr-xr-x root/root usr/lib/xorg/modules/libexa.so -rwxr-xr-x root/root usr/lib/xorg/modules/libfb.la diff --git a/xorg/xorg-server/Pkgfile b/xorg/xorg-server/Pkgfile index c576d68a8..178de7134 100755 --- a/xorg/xorg-server/Pkgfile +++ b/xorg/xorg-server/Pkgfile @@ -17,9 +17,8 @@ build() { --localstatedir=/var \ --sysconfdir=/etc/X11 \ --with-xkb-output=/var/lib/xkb -# sed -i 's|xorgconfddir = $(prefix)|xorgconfddir = |' config/Makefile + sed -i 's|xorgconfddir = $(datadir)|xorgconfddir = /etc|' config/Makefile make make DESTDIR=$PKG install - rmdir $PKG/var/log } |