summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-setxkbmap
diff options
context:
space:
mode:
Diffstat (limited to 'xorg/xorg-setxkbmap')
-rw-r--r--xorg/xorg-setxkbmap/.footprint7
-rw-r--r--xorg/xorg-setxkbmap/Pkgfile5
2 files changed, 7 insertions, 5 deletions
diff --git a/xorg/xorg-setxkbmap/.footprint b/xorg/xorg-setxkbmap/.footprint
index 0454eb171..fe896d120 100644
--- a/xorg/xorg-setxkbmap/.footprint
+++ b/xorg/xorg-setxkbmap/.footprint
@@ -1,6 +1,7 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/setxkbmap
-drwxr-xr-x root/root usr/man/
-drwxr-xr-x root/root usr/man/man1/
--rw-r--r-- root/root usr/man/man1/setxkbmap.1.gz
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man1/
+-rw-r--r-- root/root usr/share/man/man1/setxkbmap.1.gz
diff --git a/xorg/xorg-setxkbmap/Pkgfile b/xorg/xorg-setxkbmap/Pkgfile
index 1ee912d89..8c1b153db 100644
--- a/xorg/xorg-setxkbmap/Pkgfile
+++ b/xorg/xorg-setxkbmap/Pkgfile
@@ -1,6 +1,7 @@
# Description: Set the keyboard using the X Keyboard Extension
# URL: http://xorg.freedesktop.org
-# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
+# Maintainer: NuTyX coret team
+# Packager: thierryn1 at hispeed dot ch
# Depends on: xorg-libx11, xorg-libxkbfile
name=xorg-setxkbmap
@@ -11,7 +12,7 @@ source=(http://xorg.freedesktop.org/releases/individual/app/setxkbmap-$version.t
build() {
cd setxkbmap-$version
- ./configure --prefix=/usr --mandir=/usr/man
+ ./configure --prefix=/usr
make
make DESTDIR=$PKG install