make/linux/makefiles/vm.make

changeset 722
6e76352f1f62
parent 631
d1605aabd0a1
child 1445
354d3184f6b2
equal deleted inserted replaced
721:3529d0e8d09c 722:6e76352f1f62
193 if [ -x /usr/sbin/selinuxenabled ] ; then \ 193 if [ -x /usr/sbin/selinuxenabled ] ; then \
194 /usr/sbin/selinuxenabled; \ 194 /usr/sbin/selinuxenabled; \
195 if [ $$? = 0 ] ; then \ 195 if [ $$? = 0 ] ; then \
196 /usr/bin/chcon -t textrel_shlib_t $@; \ 196 /usr/bin/chcon -t textrel_shlib_t $@; \
197 if [ $$? != 0 ]; then \ 197 if [ $$? != 0 ]; then \
198 echo "ERROR: Cannot chcon $@"; exit 1; \ 198 echo "ERROR: Cannot chcon $@"; \
199 fi \ 199 fi \
200 fi \ 200 fi \
201 fi \ 201 fi \
202 } 202 }
203 203

mercurial