mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
32bit fix (#9090)
This commit is contained in:
@@ -10,7 +10,7 @@ COPYRIGHT="2010-2022 KDE Organisation"
|
||||
LICENSE="BSD (3-clause)
|
||||
CC0 v1.0
|
||||
GNU GPL v2"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://github.com/KDE/ksystemlog/archive/refs/tags/v$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="0d0b6fc2c103beac39a170eae2f62cbfc85c15634d778fab215118c83d866a0c"
|
||||
SOURCE_FILENAME="ksystemlog-v$portVersion.tar.gz"
|
||||
@@ -110,7 +110,7 @@ INSTALL()
|
||||
make -C build install
|
||||
|
||||
mkdir $appsDir
|
||||
mv $prefix/bin/ksystemlog $appsDir/KSystemlog
|
||||
mv $binDir/ksystemlog $appsDir/KSystemlog
|
||||
|
||||
# cleanup
|
||||
rm -rf $dataDir/{applications,metainfo,qlogging-categories5}
|
||||
|
||||
Reference in New Issue
Block a user