diff options
author | Matt Housh <jaeger@crux.ninja> | 2015-08-12 11:06:49 -0500 |
---|---|---|
committer | Matt Housh <jaeger@crux.ninja> | 2015-08-12 11:06:49 -0500 |
commit | 306e15671d4028c9b74dfa9a5690b0892da4626b (patch) | |
tree | 13ad06245c7ced117503370f4186d27108606202 /xorg-rgb | |
parent | fbbf6308cee706a247c442a69440803bf6353ba0 (diff) | |
download | xorg-306e15671d4028c9b74dfa9a5690b0892da4626b.tar.gz xorg-306e15671d4028c9b74dfa9a5690b0892da4626b.tar.xz |
xorg-rgb: moved man pages to /usr/share/man
Diffstat (limited to 'xorg-rgb')
-rw-r--r-- | xorg-rgb/.footprint | 6 | ||||
-rw-r--r-- | xorg-rgb/Pkgfile | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/xorg-rgb/.footprint b/xorg-rgb/.footprint index e8702ca7..fc433b85 100644 --- a/xorg-rgb/.footprint +++ b/xorg-rgb/.footprint @@ -1,9 +1,9 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/showrgb -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/showrgb.1.gz drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/X11/ -rw-r--r-- root/root usr/share/X11/rgb.txt +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/showrgb.1.gz diff --git a/xorg-rgb/Pkgfile b/xorg-rgb/Pkgfile index 9806ac6f..6e21f91b 100644 --- a/xorg-rgb/Pkgfile +++ b/xorg-rgb/Pkgfile @@ -5,13 +5,13 @@ name=xorg-rgb version=1.0.6 -release=1 +release=2 source=(http://xorg.freedesktop.org/releases/individual/app/rgb-$version.tar.bz2) build() { cd rgb-$version - ./configure --prefix=/usr --mandir=/usr/man + ./configure --prefix=/usr make make DESTDIR=$PKG install |