mirror of
https://codeberg.org/gwh/slackbuilds.git
synced 2024-11-16 19:51:19 +01:00
scribble-scrabble
This commit is contained in:
parent
27cebe90ca
commit
4386c73f9b
1 changed files with 6 additions and 0 deletions
|
@ -26,6 +26,12 @@ find . -perm 777 -exec chmod 755 {} \;
|
|||
|
||||
make prefix=$PKG/usr mandir=$PKG/usr/man
|
||||
|
||||
# Racket also has a 'scribble' binary in /usr/bin
|
||||
# Scribble's scribble is in /usr/games but Racket's steal its place in $PATH
|
||||
( cd $PKG/usr/games
|
||||
ln -s scribble scribble-scrabble
|
||||
)
|
||||
|
||||
# Compress the man page(s)
|
||||
[ -d $PKG/usr/man ] && find $PKG/usr/man -type f -name "*.?" -exec gzip -9f {} \;
|
||||
|
||||
|
|
Loading…
Reference in a new issue