From b707a7f57a352878db0b6e21d08173705535f71b Mon Sep 17 00:00:00 2001 From: Tim Ledbetter Date: Wed, 2 Aug 2023 20:58:31 +0100 Subject: [PATCH] Ports/klong: Create `/usr/local/bin` if it doesn't exist --- Ports/klong/patches/0001-Patch-Makefile.patch | 1 + 1 file changed, 1 insertion(+) diff --git a/Ports/klong/patches/0001-Patch-Makefile.patch b/Ports/klong/patches/0001-Patch-Makefile.patch index 6fdb5d8e97..cc58aacc1d 100644 --- a/Ports/klong/patches/0001-Patch-Makefile.patch +++ b/Ports/klong/patches/0001-Patch-Makefile.patch @@ -36,6 +36,7 @@ index f692ff7..470adcd 100644 find . -type f | grep -v _csums | grep -v klong2015 | csum >_csums + +install: ++ mkdir -p ${DESTDIR}/usr/local/bin + install kg ${DESTDIR}/usr/local/bin + mkdir -p ${DESTDIR}/usr/local/lib/klong + install -m 644 lib/* ${DESTDIR}/usr/local/lib/klong