[kde-runtime/KDE/4.7] /: Really fix the bin location.

Alexander Neundorf neundorf at kde.org
Mon Oct 24 19:16:01 UTC 2011


On Monday 24 October 2011, Christophe Giboudeaux wrote:
> Git commit 291810af8773d1d1f6feebed3d7b7ca0f558c268 by Christophe
> Giboudeaux. Committed on 24/10/2011 at 19:24.
> Pushed by cgiboudeaux into branch 'KDE/4.7'.
> 
> Really fix the bin location.
> 
> KDE4_BIN_INSTALL_DIR is the kdelibs binary dir which may be different than
> the kde-runtime one.
> 
> CCMAIL: ralf.habacker at freenet.kde
> CCMAIL: kde-buildsystem at kde.org
> 
> M  +1    -1    knotify/org.kde.knotify.service.cmake
> M  +1    -1    kuiserver/org.kde.kuiserver.service.in
> 
> http://commits.kde.org/kde-runtime/291810af8773d1d1f6feebed3d7b7ca0f558c268
> 
> diff --git a/knotify/org.kde.knotify.service.cmake
> b/knotify/org.kde.knotify.service.cmake index 91bd037..0124ee7 100644
> --- a/knotify/org.kde.knotify.service.cmake
> +++ b/knotify/org.kde.knotify.service.cmake
> @@ -1,3 +1,3 @@
>  [D-BUS Service]
>  Name=org.kde.knotify
> -Exec=@KDE4_BIN_INSTALL_DIR@/knotify4
> +Exec=@BIN_INSTALL_DIR@/knotify4

Good catch.
KDE4_BIN_INSTALL_DIR is the bin dir of kdelibs (so a better name would have 
been KDELIBS4_BIN_DIR), while BIN_INSTALL_DIR is the current bin install dir, 
which may be in a completely different place.

Alex


More information about the Kde-buildsystem mailing list