kiss-repo

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 388dab68e99bd066266f578248779a37b3615568
parent 3c1d04872630b97161e8a71bd420797acfbeacdc
Author: aabacchus <ben@bvnf.space>
Date:   Thu, 13 May 2021 17:40:13 +0100

stfl: make extra symlink

Diffstat:
Mstfl/build | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/stfl/build b/stfl/build @@ -17,3 +17,6 @@ sed -i "s/-lncursesw/$curses_libs/" \ Makefile make prefix=/usr DESTDIR="$1" install + +# newsboat wants this to exist +ln -s libstfl.so.0.24 "$1/usr/lib/libstfl.so.0"