From 3b6933775c0bcb1a8d63cef954977ea8e47abe00 Mon Sep 17 00:00:00 2001 From: Danny Rawlins Date: Sat, 10 Sep 2016 17:04:48 +1000 Subject: [PATCH] rss-glx: fix build with bash, move man pages --- rss-glx/.footprint | 50 +++++++++++++++++++++++----------------------- rss-glx/Pkgfile | 6 +++--- 2 files changed, 28 insertions(+), 28 deletions(-) diff --git a/rss-glx/.footprint b/rss-glx/.footprint index e0c83dc88..ebcafb2af 100644 --- a/rss-glx/.footprint +++ b/rss-glx/.footprint @@ -60,34 +60,34 @@ lrwxrwxrwx root/root usr/lib/xscreensaver/skyrocket -> /usr/bin/skyrocket lrwxrwxrwx root/root usr/lib/xscreensaver/solarwinds -> /usr/bin/solarwinds lrwxrwxrwx root/root usr/lib/xscreensaver/spirographx -> /usr/bin/spirographx lrwxrwxrwx root/root usr/lib/xscreensaver/sundancer2 -> /usr/bin/sundancer2 -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/biof.1.gz --rw-r--r-- root/root usr/man/man1/busyspheres.1.gz --rw-r--r-- root/root usr/man/man1/colorfire.1.gz --rw-r--r-- root/root usr/man/man1/cyclone.1.gz --rw-r--r-- root/root usr/man/man1/drempels.1.gz --rw-r--r-- root/root usr/man/man1/euphoria.1.gz --rw-r--r-- root/root usr/man/man1/feedback.1.gz --rw-r--r-- root/root usr/man/man1/fieldlines.1.gz --rw-r--r-- root/root usr/man/man1/flocks.1.gz --rw-r--r-- root/root usr/man/man1/flux.1.gz --rw-r--r-- root/root usr/man/man1/helios.1.gz --rw-r--r-- root/root usr/man/man1/hufo_smoke.1.gz --rw-r--r-- root/root usr/man/man1/hufo_tunnel.1.gz --rw-r--r-- root/root usr/man/man1/hyperspace.1.gz --rw-r--r-- root/root usr/man/man1/lattice.1.gz --rw-r--r-- root/root usr/man/man1/lorenz.1.gz --rw-r--r-- root/root usr/man/man1/matrixview.1.gz --rw-r--r-- root/root usr/man/man1/pixelcity.1.gz --rw-r--r-- root/root usr/man/man1/plasma.1.gz --rw-r--r-- root/root usr/man/man1/skyrocket.1.gz --rw-r--r-- root/root usr/man/man1/solarwinds.1.gz --rw-r--r-- root/root usr/man/man1/spirographx.1.gz --rw-r--r-- root/root usr/man/man1/sundancer2.1.gz drwxr-xr-x root/root usr/sbin/ -rwxr-xr-x root/root usr/sbin/rss-glx_install 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/biof.1.gz +-rw-r--r-- root/root usr/share/man/man1/busyspheres.1.gz +-rw-r--r-- root/root usr/share/man/man1/colorfire.1.gz +-rw-r--r-- root/root usr/share/man/man1/cyclone.1.gz +-rw-r--r-- root/root usr/share/man/man1/drempels.1.gz +-rw-r--r-- root/root usr/share/man/man1/euphoria.1.gz +-rw-r--r-- root/root usr/share/man/man1/feedback.1.gz +-rw-r--r-- root/root usr/share/man/man1/fieldlines.1.gz +-rw-r--r-- root/root usr/share/man/man1/flocks.1.gz +-rw-r--r-- root/root usr/share/man/man1/flux.1.gz +-rw-r--r-- root/root usr/share/man/man1/helios.1.gz +-rw-r--r-- root/root usr/share/man/man1/hufo_smoke.1.gz +-rw-r--r-- root/root usr/share/man/man1/hufo_tunnel.1.gz +-rw-r--r-- root/root usr/share/man/man1/hyperspace.1.gz +-rw-r--r-- root/root usr/share/man/man1/lattice.1.gz +-rw-r--r-- root/root usr/share/man/man1/lorenz.1.gz +-rw-r--r-- root/root usr/share/man/man1/matrixview.1.gz +-rw-r--r-- root/root usr/share/man/man1/pixelcity.1.gz +-rw-r--r-- root/root usr/share/man/man1/plasma.1.gz +-rw-r--r-- root/root usr/share/man/man1/skyrocket.1.gz +-rw-r--r-- root/root usr/share/man/man1/solarwinds.1.gz +-rw-r--r-- root/root usr/share/man/man1/spirographx.1.gz +-rw-r--r-- root/root usr/share/man/man1/sundancer2.1.gz drwxr-xr-x root/root usr/share/xscreensaver/ drwxr-xr-x root/root usr/share/xscreensaver/config/ -rw-r--r-- root/root usr/share/xscreensaver/config/biof.xml diff --git a/rss-glx/Pkgfile b/rss-glx/Pkgfile index c4c119c6a..a4c69b959 100644 --- a/rss-glx/Pkgfile +++ b/rss-glx/Pkgfile @@ -6,15 +6,15 @@ name=rss-glx version=0.9.1 -release=2 +release=3 source=(http://downloads.sourceforge.net/project/$name/$name/$version/${name}_$version.tar.bz2) build() { cd ${name}_$version - + + CONFIG_SHELL=/bin/bash \ ./configure \ --prefix=/usr \ - --mandir=/usr/man \ --with-configdir=/usr/share/xscreensaver/config \ --disable-sound \ --disable-static \