diff options
author | tnut <thierryn1 at hispeed dot ch> | 2009-11-18 23:42:15 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2009-11-18 23:42:15 +0100 |
commit | 45c168ef5a382e639cea2b26a4359ed23eabf7c3 (patch) | |
tree | a4fe40ebf6e0de8bd1af74756e00f8d80fcd50d5 | |
parent | b5f936448f6f1c4fd3264fc2aa9aeeff48d627d8 (diff) | |
download | nutyx-extra-45c168ef5a382e639cea2b26a4359ed23eabf7c3.tar.gz nutyx-extra-45c168ef5a382e639cea2b26a4359ed23eabf7c3.tar.bz2 nutyx-extra-45c168ef5a382e639cea2b26a4359ed23eabf7c3.tar.xz nutyx-extra-45c168ef5a382e639cea2b26a4359ed23eabf7c3.zip |
maj xorg-xinit#1.1.0-1
-rw-r--r-- | xorg/xorg-xinit/.footprint | 9 | ||||
-rw-r--r-- | xorg/xorg-xinit/Pkgfile | 4 |
2 files changed, 7 insertions, 6 deletions
diff --git a/xorg/xorg-xinit/.footprint b/xorg/xorg-xinit/.footprint index b8d62ce81..ab27d6795 100644 --- a/xorg/xorg-xinit/.footprint +++ b/xorg/xorg-xinit/.footprint @@ -6,7 +6,8 @@ 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/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/startx.1.gz --rw-r--r-- root/root usr/man/man1/xinit.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/startx.1.gz +-rw-r--r-- root/root usr/share/man/man1/xinit.1.gz diff --git a/xorg/xorg-xinit/Pkgfile b/xorg/xorg-xinit/Pkgfile index e33fc6055..b5995e5c3 100644 --- a/xorg/xorg-xinit/Pkgfile +++ b/xorg/xorg-xinit/Pkgfile @@ -1,6 +1,6 @@ # Description: X Window System initializer # URL: http://xorg.freedesktop.org -# Maintainer: Tilman Sauerbeck, tilman at crux dot nu +# Maintainer: NuTyX core team # Depends on: xorg-server name=xorg-xinit @@ -11,7 +11,7 @@ source=(http://xorg.freedesktop.org/releases/individual/app/xinit-$version.tar.b build() { cd xinit-$version - ./configure --prefix=/usr --mandir=/usr/man + ./configure --prefix=/usr make make DESTDIR=$PKG install |