multimedia/k9copy-reloaded: Fix path.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Lenard Spencer 2020-05-09 08:04:25 +07:00 committed by Willy Sudiarto Raharjo
parent d0aef92be1
commit 479322300b
No known key found for this signature in database
GPG key ID: 887B8374D7333381

View file

@ -2,7 +2,7 @@
# Slackware build script for k9copy-reloaded
# Copyright 2018 by Lenard Spencer (lspencer31@cfl.rr.com)
# Copyright 2018, 2020 by Lenard Spencer (lenardrspencer@gmail.com)
# All rights reserved.
#
# ffmpeg static library section borrowed (stolen?) from xine-lib.SlackBuild
@ -156,7 +156,7 @@ patch -p0 < $CWD/patches/k9copy-tempdir.patch
patch -p1 < $CWD/patches/k9copy-dvdnav.patch
# Needed to link with the ffmpeg static libs we just built:
export PKG_CONFIG_PATH="${FFMPEGDIR}/usr/lib${LIBDIRSUFFIX}/pkgconfig"
export PKG_CONFIG_PATH="${FFMPEGDIR}/usr/lib${LIBDIRSUFFIX}/pkgconfig:$PKG_CONFIG_PATH"
mkdir -p build
cd build