mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
KTorrent: fix install path
This commit is contained in:
@@ -9,7 +9,7 @@ resource app_version {
|
||||
variety = B_APPV_FINAL,
|
||||
internal = 0,
|
||||
|
||||
short_info = "Ktorrent",
|
||||
short_info = "KTorrent",
|
||||
long_info = "@LONG_INFO@"
|
||||
};
|
||||
|
||||
|
||||
@@ -138,7 +138,7 @@ BUILD()
|
||||
cmake .. \
|
||||
-DCMAKE_INSTALL_PREFIX=$prefix \
|
||||
-DSHARE_INSTALL_PREFIX=$dataDir \
|
||||
-DCMAKE_INSTALL_PREFIX=$appsDir/Ktorrent \
|
||||
-DCMAKE_INSTALL_PREFIX=$appsDir/KTorrent \
|
||||
-DCMAKE_INSTALL_DATAROOTDIR=$dataDir \
|
||||
-DECM_DIR=/system/data/cmake/Modules/ECM/cmake
|
||||
make $jobArgs
|
||||
|
||||
Reference in New Issue
Block a user