Closed ghost closed 8 years ago
Not sure how to help with this.
I'll keep my eye on what I'm doing and report back...
Oh it appears that you need to install Blackbox into the system in order for bbkeys to find libbt, so this is why I was seeing the man page like this...
The Slackware build I'm using from slackware has it like this;
make $NUMJOBS || make || exit 1 make install || exit 1 make install DESTDIR=$PKG || exit 1
So, can you close this?
Hi,
I'm running Slackawre 14.1 x86_64 and Slack gunzips man pages, and this is my compile and options I have regarding man for my build script;
--mandir=/usr/man \
if [ -d $PKG/usr/man ]; then ( cd $PKG/usr/man for manpagedir in $(find . -type d -name "man") ; do ( cd $manpagedir for eachpage in $( find . -type l -maxdepth 1) ; do ln -s $( readlink $eachpage ).gz $eachpage.gz rm $eachpage done gzip -9 .? ) done ) fi
I'm not sure why, but I've noticed that in /usr/man/man1 blackbox1.gz ends up unzipped as blackbox.1, and then I end up with both files.
I've been messing with blackbox compiling it over for the past few days, and everytime I delete blackbox.1 it still appears, not sure what's causing this.