[Pkg-privacy-commits] [irssi-plugin-otr] 184/267: Fix: install help in /usr
Ximin Luo
infinity0 at moszumanska.debian.org
Sat Aug 22 12:41:41 UTC 2015
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a commit to branch debian
in repository irssi-plugin-otr.
commit 2413cfdb87e9f2b29c960887c16fd4b56d116c57
Author: David Goulet <dgoulet at ev0ke.net>
Date: Tue Dec 4 19:58:54 2012 -0500
Fix: install help in /usr
Since irssi does not open things in /usr/local or any $(prefix) given to
the build system other than "/usr".
Fixes #16
Signed-off-by: David Goulet <dgoulet at ev0ke.net>
---
help/Makefile.am | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/help/Makefile.am b/help/Makefile.am
index b330abc..9bc4cba 100644
--- a/help/Makefile.am
+++ b/help/Makefile.am
@@ -1,4 +1,6 @@
-helpdir = $(prefix)/share/irssi/help
+# The day Irssi will be able to check in $(prefix), this will change. Until
+# then, it's hardcoded.
+helpdir = /usr/share/irssi/help
help_DATA = otr
EXTRA_DIST = otr
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/irssi-plugin-otr.git
More information about the Pkg-privacy-commits
mailing list