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 | 850ea534cbf895a3050abc1edd3a8a61720ba415 (patch) | |
tree | dc71a158c74e50c6bfe21c3bde5c1adf6031e1b2 /xorg-xgamma | |
parent | 4e8b524f2e68c2269de5ff6618904503f9bbe906 (diff) | |
download | xorg-850ea534cbf895a3050abc1edd3a8a61720ba415.tar.gz xorg-850ea534cbf895a3050abc1edd3a8a61720ba415.tar.xz |
xorg-xgamma: moved man pages to /usr/share/man
Diffstat (limited to 'xorg-xgamma')
-rw-r--r-- | xorg-xgamma/.footprint | 7 | ||||
-rw-r--r-- | xorg-xgamma/Pkgfile | 4 |
2 files changed, 6 insertions, 5 deletions
diff --git a/xorg-xgamma/.footprint b/xorg-xgamma/.footprint index 711232ec..4e927e4b 100644 --- a/xorg-xgamma/.footprint +++ b/xorg-xgamma/.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/xgamma -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/xgamma.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/xgamma.1.gz diff --git a/xorg-xgamma/Pkgfile b/xorg-xgamma/Pkgfile index 4d1b1293..8e04bfb7 100644 --- a/xorg-xgamma/Pkgfile +++ b/xorg-xgamma/Pkgfile @@ -5,13 +5,13 @@ name=xorg-xgamma version=1.0.6 -release=1 +release=2 source=(http://xorg.freedesktop.org/releases/individual/app/xgamma-$version.tar.bz2) build() { cd xgamma-$version - ./configure --prefix=/usr --mandir=/usr/man + ./configure --prefix=/usr make make DESTDIR=$PKG install |