diff options
Diffstat (limited to 'xorg')
-rw-r--r-- | xorg/xorg-sessreg/.footprint | 7 | ||||
-rw-r--r-- | xorg/xorg-sessreg/Pkgfile | 5 |
2 files changed, 7 insertions, 5 deletions
diff --git a/xorg/xorg-sessreg/.footprint b/xorg/xorg-sessreg/.footprint index d66d0fe37..349993b99 100644 --- a/xorg/xorg-sessreg/.footprint +++ b/xorg/xorg-sessreg/.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/sessreg -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/sessreg.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/sessreg.1.gz diff --git a/xorg/xorg-sessreg/Pkgfile b/xorg/xorg-sessreg/Pkgfile index f1abaf2ed..e8d4bc9d5 100644 --- a/xorg/xorg-sessreg/Pkgfile +++ b/xorg/xorg-sessreg/Pkgfile @@ -1,6 +1,7 @@ # Description: Program for managing utmp/wtmp entries for xdm sessions # 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-sessreg @@ -11,7 +12,7 @@ source=(http://xorg.freedesktop.org/releases/individual/app/sessreg-$version.tar build() { cd sessreg-$version - ./configure --prefix=/usr --mandir=/usr/man + ./configure --prefix=/usr make make DESTDIR=$PKG install |