summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorfile <file@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-12-30 19:13:19 +0000
committerfile <file@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-12-30 19:13:19 +0000
commitc8c19c565ea5c5c6e9f20c710d98541b2c9c8ed6 (patch)
tree62d0d59070723580f0d1e46a55c4fa50beca1ab4 /Makefile
parentc66601cb786a5c0ba99c3996c70a8b13adb89b6a (diff)
Merged revisions 1774 via svnmerge from
https://origsvn.digium.com/svn/zaptel/branches/1.4 ................ r1774 | file | 2006-12-30 14:11:42 -0500 (Sat, 30 Dec 2006) | 10 lines Merged revisions 1773 via svnmerge from https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r1773 | file | 2006-12-30 14:09:50 -0500 (Sat, 30 Dec 2006) | 2 lines Specify full path to restorecon instead of assuming it will be available from what is in $PATH. (issue #8671 reported by djflux) ........ ................ git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1775 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ab01be9..40c0878 100644
--- a/Makefile
+++ b/Makefile
@@ -409,7 +409,7 @@ install-libs: $(LTZ_SO) $(LTZ_A)
$(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 /sbin/restorecon -v $(LIB_DIR)/$(LTZ_SO); fi
install-include:
$(INSTALL) -D -m 644 zaptel.h $(INSTALL_PREFIX)/usr/include/zaptel/zaptel.h