[X2Go-Commits] [x2gobroker] 01/01: fix for last commit

git-admin at x2go.org git-admin at x2go.org
Wed Oct 29 17:09:52 CET 2014


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository x2gobroker.

commit 8628be1289794ddadb9b37a7feee8563fc8d3414
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Wed Oct 29 17:09:47 2014 +0100

    fix for last commit
---
 Makefile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 9abdcd4..13ca432 100755
--- a/Makefile
+++ b/Makefile
@@ -87,7 +87,7 @@ install:
 	${INSTALL_FILE} etc/broker/x2gobroker-loggers.conf "${DESTDIR}${ETCDIR}/broker/"
 	if [ -e /etc/debian_version ]; then ${INSTALL_FILE} pam/x2gobroker.Debian "${DESTDIR}/etc/pam.d/x2gobroker"; fi
 	if [ -e /etc/redhat-release ]; then ${INSTALL_FILE} pam/x2gobroker.RHEL "${DESTDIR}/etc/pam.d/x2gobroker"; fi
-	if [ -e /etc/os-release ] && cat /etc/os-release | grep "suse" 1>/dev/null; then ${INSTALL_FILE} pam/x2gobroker.SUSE "${DESTDIR}/etc/pam.d/x2gobroker"; fi
+	if [ -e /etc/os-release ] && cat /etc/os-release | grep "suse" 1>/dev/null || [ -d /usr/share/doc/packages/brp-check-suse ]; then ${INSTALL_FILE} pam/x2gobroker.SUSE "${DESTDIR}/etc/pam.d/x2gobroker"; fi
 
 	# x2gobroker-agent
 	mkdir -p "${DESTDIR}${LIBDIR}" "${DESTDIR}${SBINDIR}" \

--
Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git


More information about the x2go-commits mailing list