diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-04-25 10:07:44 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-04-25 10:07:44 +0200 |
commit | 2c4ef1bacb57ac4eb57146600b6eae9c544f7d74 (patch) | |
tree | d1f613f60ee91add25033f730e51f7b059384401 | |
parent | 19fbe492de8226c543f9bf48417b4ec8003fb434 (diff) | |
download | nutyx-pakxe-2c4ef1bacb57ac4eb57146600b6eae9c544f7d74.tar.gz nutyx-pakxe-2c4ef1bacb57ac4eb57146600b6eae9c544f7d74.tar.bz2 nutyx-pakxe-2c4ef1bacb57ac4eb57146600b6eae9c544f7d74.tar.xz nutyx-pakxe-2c4ef1bacb57ac4eb57146600b6eae9c544f7d74.zip |
xorg-setxkbmap, maj footprint
-rw-r--r-- | xorg/xorg-setxkbmap/.footprint | 7 | ||||
-rw-r--r-- | xorg/xorg-setxkbmap/Pkgfile | 5 |
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 |