cairo-dock-team team mailing list archive
-
cairo-dock-team team
-
Mailing list archive
-
Message #01270
[Bug 531317] Re: cairo-dock-plugins does not support prefix on make install
the prefix must be the same for both the core and the plug-ins.
this is because the core has to know where the plug-ins are, therefore it defines this at the same time it is compiled.
Then the plug-ins ask the core where they should install ($libdir and $datadir are consequently overwritten).
this is not really an issue, this is just the way plug-ins should be
compiled :-)
** Changed in: cairo-dock-plug-ins
Status: New => Invalid
--
cairo-dock-plugins does not support prefix on make install
https://bugs.launchpad.net/bugs/531317
You received this bug notification because you are a member of Cairo-
Dock Team, which is the registrant for Cairo-Dock Plug-ins.
Status in Cairo-Dock : Plug-ins: New
Bug description:
Hello
Compiling and installing cairo-dock-plugins with a prefix fails.
The commands:
$ ./configure --prefix=/tmp/cairo-plugins && make install
Will fail here:
test -z "/usr/lib/cairo-dock" || /bin/mkdir -p "/usr/lib/cairo-dock"
/bin/mkdir: ne peut créer le répertoire `/usr/lib/cairo-dock': Permission non accordée
References