From 4c03d1188744443e99e75b36477254b15b07483c Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Sun, 18 Jun 2006 21:13:29 +0000 Subject: - don't stop the installation if the chcon doesn't work for whatever reason CVS patchset: 8058 CVS date: 2006/06/18 21:13:29 --- misc/Makefile.common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/Makefile.common b/misc/Makefile.common index ae704133b..2ed4916a3 100644 --- a/misc/Makefile.common +++ b/misc/Makefile.common @@ -16,7 +16,7 @@ install-data-hook: for p in $$list; do \ p="`echo $$p | sed -e 's/\.la$$/\.so/g;s|^.*/||'`"; \ echo " chcon system_u:object_r:texrel_shlib_t $(DESTDIR)$(libdir)/$$p"; \ - chcon system_u:object_r:texrel_shlib_t $(DESTDIR)$(libdir)/$$p; \ + chcon system_u:object_r:texrel_shlib_t $(DESTDIR)$(libdir)/$$p || :; \ done; \ fi; \ fi -- cgit v1.2.3