diff options
Diffstat (limited to 'kde/ktorrent/Pkgfile')
-rwxr-xr-x | kde/ktorrent/Pkgfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kde/ktorrent/Pkgfile b/kde/ktorrent/Pkgfile index b77527139..cdb2cff3a 100755 --- a/kde/ktorrent/Pkgfile +++ b/kde/ktorrent/Pkgfile @@ -13,7 +13,7 @@ build() { cd $name-$version patch -Np0 -i $SRC/httpserver.patch cmake . -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=$KDE_PREFIX \ + -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_SKIP_RPATH=ON \ -DCMAKE_{SHARED,MODULE,EXE}_LINKER_FLAGS='-Wl,--no-undefined -Wl,--as-needed' \ -DENABLE_MEDIAPLAYER_PLUGIN=false |