summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-xmodmap
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-04-25 18:41:03 +0200
committertnut <thierryn1 at hispeed dot ch>2010-04-25 18:41:03 +0200
commit5466846b79035f9a7ef91f41d4eafd59af942a6e (patch)
tree9416145f5e93613d8dd875f14015a6bdafa52a6e /xorg/xorg-xmodmap
parent96e24331fa6252af8e8d855a5623cc963f672fe1 (diff)
downloadnutyx-pakxe-5466846b79035f9a7ef91f41d4eafd59af942a6e.tar.gz
nutyx-pakxe-5466846b79035f9a7ef91f41d4eafd59af942a6e.tar.bz2
nutyx-pakxe-5466846b79035f9a7ef91f41d4eafd59af942a6e.tar.xz
nutyx-pakxe-5466846b79035f9a7ef91f41d4eafd59af942a6e.zip
xorg-xmodmap, maj footprint
Diffstat (limited to 'xorg/xorg-xmodmap')
-rw-r--r--xorg/xorg-xmodmap/.footprint7
-rw-r--r--xorg/xorg-xmodmap/Pkgfile5
2 files changed, 7 insertions, 5 deletions
diff --git a/xorg/xorg-xmodmap/.footprint b/xorg/xorg-xmodmap/.footprint
index c7e439789..52eb94be2 100644
--- a/xorg/xorg-xmodmap/.footprint
+++ b/xorg/xorg-xmodmap/.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/xmodmap
-drwxr-xr-x root/root usr/man/
-drwxr-xr-x root/root usr/man/man1/
--rw-r--r-- root/root usr/man/man1/xmodmap.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/xmodmap.1.gz
diff --git a/xorg/xorg-xmodmap/Pkgfile b/xorg/xorg-xmodmap/Pkgfile
index d6ee70ff6..95423377e 100644
--- a/xorg/xorg-xmodmap/Pkgfile
+++ b/xorg/xorg-xmodmap/Pkgfile
@@ -1,6 +1,7 @@
# Description: Tool for modifying keymaps and pointer button mappings in X
# URL: http://xorg.freedesktop.org
-# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
# Depends on: xorg-libx11
name=xorg-xmodmap
@@ -11,7 +12,7 @@ source=(http://xorg.freedesktop.org/releases/individual/app/xmodmap-$version.tar
build() {
cd xmodmap-$version
- ./configure --prefix=/usr --mandir=/usr/man
+ ./configure --prefix=/usr
make
make DESTDIR=$PKG install