mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
multimedia/k9copy-reloaded: Fix path.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
d0aef92be1
commit
479322300b
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue