ports/xorg (3.0): xorg-xinit: Use sysconfdir instead of libdir for config files
commit e1204e7a921910df7a9be360963cf4723dd09f82 Author: Fredrik Rinnestam <fredrik@crux.nu> Date: Sun Sep 8 19:34:11 2013 +0200 xorg-xinit: Use sysconfdir instead of libdir for config files diff --git a/xorg-xinit/.footprint b/xorg-xinit/.footprint index b8d62ce..6f0caff 100644 --- a/xorg-xinit/.footprint +++ b/xorg-xinit/.footprint @@ -2,10 +2,10 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/startx -rwxr-xr-x root/root usr/bin/xinit -drwxr-xr-x root/root usr/lib/ -drwxr-xr-x root/root usr/lib/X11/ -drwxr-xr-x root/root usr/lib/X11/xinit/ --rw-r--r-- root/root usr/lib/X11/xinit/xinitrc +drwxr-xr-x root/root usr/etc/ +drwxr-xr-x root/root usr/etc/X11/ +drwxr-xr-x root/root usr/etc/X11/xinit/ +-rw-r--r-- root/root usr/etc/X11/xinit/xinitrc drwxr-xr-x root/root usr/man/ drwxr-xr-x root/root usr/man/man1/ -rw-r--r-- root/root usr/man/man1/startx.1.gz
participants (1)
-
crux@crux.nu