diff options
Diffstat (limited to 'development/asl/asl.SlackBuild')
-rw-r--r-- | development/asl/asl.SlackBuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/development/asl/asl.SlackBuild b/development/asl/asl.SlackBuild index bf43c852d2..1858317405 100644 --- a/development/asl/asl.SlackBuild +++ b/development/asl/asl.SlackBuild @@ -7,6 +7,9 @@ # Original version had no license. Modified version released under the # WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20180103 bkw: update for 142_bld123. Fixes the problem where the +# docs were installed to / instead of /usr/doc/$PRGNAM-$VERSION. + # 20170926 bkw: # - take over maintenance # - update for 142_bld119 @@ -19,7 +22,7 @@ PRGNAM=asl SRCNAM=asl-current -VERSION=${VERSION:-142_bld119} +VERSION=${VERSION:-142_bld123} SRCVER=$(echo $VERSION | tr _ -) BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |