mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
weechat: fix dataDir.
This commit is contained in:
@@ -5,7 +5,7 @@ It is highly customizable and extensible with scripts."
|
||||
HOMEPAGE="http://weechat.org"
|
||||
COPYRIGHT="2003-2016 Sébastien Helleu"
|
||||
LICENSE="GNU GPL v3"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://weechat.org/files/src/weechat-$portVersion.tar.bz2"
|
||||
CHECKSUM_SHA256="326e27c4f0548a7c6f21302516356f1e9e3541262b31058e37181f95205c8c58"
|
||||
PATCHES="weechat-$portVersion.patchset"
|
||||
@@ -57,6 +57,7 @@ BUILD()
|
||||
cd build
|
||||
cmake -DCMAKE_INSTALL_PREFIX=$prefix \
|
||||
-DWEECHAT_HOME=~/config/settings/weechat \
|
||||
-DSHAREDIR=$dataDir \
|
||||
..
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user