cairo-dock-team team mailing list archive
-
cairo-dock-team team
-
Mailing list archive
-
Message #01267
[Bug 531317] Re: cairo-dock-plugins does not support prefix on make install
Heelo,
If you set a prefix, please chose the same as the core. e.g.:
$ cd cairo-dock_2.1.3-6/
$ autoreconf -isvf && ./configure --prefix=/usr && make
# make install
$ cd ../cairo-dock-plugins_2.1.3-6/
$ autoreconf -isvf && ./configure --prefix=/usr && make
# make install
Whitout this prefix, CD is installed on "/usr/local/".
Notre wiki est complet et bien documenté ;) => http://www.glx-
dock.org/ww_page.php?p=Par%20compilation&lang=fr
--
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