[Pkg-privacy-commits] [irssi-plugin-otr] 21/267: small change in makeformats.

Ximin Luo infinity0 at moszumanska.debian.org
Sat Aug 22 12:26:13 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 98f8a2e0ab395fd2aba8b97d757a09faf4fc15d4
Author: Uli Meis <a.sporto+bee at gmail.com>
Date:   Wed Jun 18 11:37:17 2008 +0200

    small change in makeformats.
---
 cmake-extensions/InstallAsUser.cmake | 8 --------
 makeformats.py                       | 2 +-
 2 files changed, 1 insertion(+), 9 deletions(-)

diff --git a/cmake-extensions/InstallAsUser.cmake b/cmake-extensions/InstallAsUser.cmake
deleted file mode 100644
index e33573d..0000000
--- a/cmake-extensions/InstallAsUser.cmake
+++ /dev/null
@@ -1,8 +0,0 @@
-EXECUTE_PROCESS(COMMAND "whoami" OUTPUT_VARIABLE WHOAMI)
-IF(WHOAMI STREQUAL "root\n")
-  SET(CMAKE_INSTALL_PREFIX ${CMAKE_INSTALL_PREFIX}/lib/irssi)
-ELSE(WHOAMI STREQUAL "root\n")
-  SET(CMAKE_INSTALL_PREFIX "$ENV{HOME}/.irssi")
-  MESSAGE(STATUS "You're not root. Installing into irssi user dir.")
-ENDIF(WHOAMI STREQUAL "root\n")
-MESSAGE(STATUS "Install will be into ${CMAKE_INSTALL_PREFIX}/modules")
diff --git a/makeformats.py b/makeformats.py
index 18256c3..212892c 100755
--- a/makeformats.py
+++ b/makeformats.py
@@ -21,7 +21,7 @@ src.write("""char *otr_help = "%s";\n""" % "\\n".join(
 			x.replace('\n','').replace("\t","        ") 
 			))
 		for x in open(sys.argv[2],"r").readlines()]
-	+["%9hilight - End of OTR help -%9"]
+	+["%9- End of OTR help -%9"]
 	))
 
 src.write('FORMAT_REC formats[] = {\n')

-- 
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