On 04/08/10 06:27, lux-integ wrote:
> -DCMAKE_INSTALL_PREFIX=$KDEDIR -DSYSCONF_INSTALL_DIR=/etc/kde
Probably better to use:
-DSYSCONF_INSTALL_DIR=/etc/kde-4.4.2
and make a link:
/etc/kde -> /etc/kde-4.4.2
And something similar for the PREFIX.
Remember that if you do this, you will have to configure D-Bus:
http://techbase.kde.org/Getting_Started/Tutorials/D-Bus/Configuration
> QUESTION 2:
> my $KDEDIR is not /usr, is is sensible to change
> -DKDE4_AUTH_POLICY_FILES_INSTALL_DIR:STRING=/usr/share/PolicyKit/policy \
> to
> -DKDE4_AUTH_POLICY_FILES_INSTALL_DIR:STRING=$KDEDIR/share/PolicyKit/policy \
Very bad idea. There is currently no way to configure this, so it will
not work.
--
James Tyrer
Linux (mostly) From Scratch
--
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page