mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 06:47:34 +00:00
Ports/klong: Create /usr/local/bin
if it doesn't exist
This commit is contained in:
parent
c1e94bc3c1
commit
b707a7f57a
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue