diff options
author | B. Watson | 2021-12-04 20:39:09 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo | 2021-12-10 02:37:35 +0100 |
commit | 62d7afea1b26f321846a9338f9cbfb031bdc9231 (patch) | |
tree | 3b09d260bc6a5a251359bd821dc2173c66129cff /audio | |
parent | b1f48d22f7491c69e6316a93690f6f613c043fed (diff) | |
download | slackbuilds-62d7afea1b26f321846a9338f9cbfb031bdc9231.tar.gz |
audio/calf-ladspa: Move HTML docs to subdir.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio')
-rw-r--r-- | audio/calf-ladspa/calf-ladspa.SlackBuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/calf-ladspa/calf-ladspa.SlackBuild b/audio/calf-ladspa/calf-ladspa.SlackBuild index 46a68d7957..6ac383b600 100644 --- a/audio/calf-ladspa/calf-ladspa.SlackBuild +++ b/audio/calf-ladspa/calf-ladspa.SlackBuild @@ -6,6 +6,7 @@ # 20211127 bkw: BUILD=2 # - rework README and slack-desc, remove mentions of JACK and DSSI. +# - move html docs to subdir. # 20170706 bkw: # - Patch source so it doesn't check for jack-audio-connection-kit or @@ -37,7 +38,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=calf-ladspa VERSION=${VERSION:-0.0.19kx} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -134,7 +135,7 @@ CXXFLAGS="$SLKCFLAGS" \ --build=$ARCH-slackware-linux make -make install DESTDIR=$PKG docdir=/usr/doc/$PRGNAM-$VERSION +make install DESTDIR=$PKG docdir=/usr/doc/$PRGNAM-$VERSION/html # install-strip is supported, but doesn't work: strip $PKG/usr/lib*/ladspa/*.so |