diff options
-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 |