[zaptel-commits] russell: branch 1.4 r1576 - /branches/1.4/Makefile
zaptel-commits at lists.digium.com
zaptel-commits at lists.digium.com
Thu Nov 9 08:58:38 MST 2006
Author: russell
Date: Thu Nov 9 09:58:37 2006
New Revision: 1576
URL: http://svn.digium.com/view/zaptel?view=rev&rev=1576
Log:
fix an expression in the install target
(issue #8321, tzafrir)
Modified:
branches/1.4/Makefile
Modified: branches/1.4/Makefile
URL: http://svn.digium.com/view/zaptel/branches/1.4/Makefile?view=diff&rev=1576&r1=1575&r2=1576
==============================================================================
--- branches/1.4/Makefile (original)
+++ branches/1.4/Makefile Thu Nov 9 09:58:37 2006
@@ -408,7 +408,7 @@
$(LIB_DIR)/$(LTZ_SO).$(LTZ_SO_MAJOR_VER)
$(LN) -sf $(LTZ_SO).$(LTZ_SO_MAJOR_VER).$(LTZ_SO_MINOR_VER) \
$(LIB_DIR)/$(LTZ_SO)
- if [ -z "$(INSTALL_PREFIX)" && -x /usr/sbin/sestatus ] && (/usr/sbin/sestatus | grep "SELinux status:" | grep -q "enabled") ; then restorecon -v $(LIB_DIR)/$(LTZ_SO); fi
+ if [ -z "$(INSTALL_PREFIX)" ] && [ -x /usr/sbin/sestatus ] && (/usr/sbin/sestatus | grep "SELinux status:" | grep -q "enabled") ; then restorecon -v $(LIB_DIR)/$(LTZ_SO); fi
install-include:
$(INSTALL) -D -m 644 zaptel.h $(INSTALL_PREFIX)/usr/include/zaptel/zaptel.h
More information about the zaptel-commits
mailing list