[Xfce4-commits] [panel-plugins/xfce4-whiskermenu-plugin] 16/473: Update install instructions.
noreply at xfce.org
noreply at xfce.org
Mon Feb 16 23:53:06 CET 2015
This is an automated email from the git hooks/post-receive script.
gottcode pushed a commit to branch master
in repository panel-plugins/xfce4-whiskermenu-plugin.
commit 731d7f37e97f74583641d711220625e937830287
Author: Graeme Gott <graeme at gottcode.org>
Date: Mon Jun 24 05:29:42 2013 -0400
Update install instructions.
---
INSTALL | 13 ++++++++++---
1 file changed, 10 insertions(+), 3 deletions(-)
diff --git a/INSTALL b/INSTALL
index aa56866..66c1a15 100644
--- a/INSTALL
+++ b/INSTALL
@@ -18,10 +18,17 @@ directory. The simplest way to compile this plugin is:
privileges if installing to system directories, but the rest of the
build should be done with regular user privileges.
-You can instead install the plugin into a temporary directory:
+ For packaging you can optionally install the plugin into a temporary
+ directory instead of the system directories by providing a DESTDIR
+ variable. For example, `make install DESTDIR=alternate/directory'
+ will prepend 'alternate/directory' before all installation names.
- 6. `make install DESTDIR=/tmp' to install the plugin into /tmp but
- with paths referencing $CMAKE_INSTALL_PREFIX.
+Uninstallation
+==============
+
+ 1. `make uninstall' to remove the installed files. Note that if you
+ provided a DESTDIR variable to `make install' be sure to provide the
+ same variable to `make uninstall'.
Debug Builds
============
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list