From c43ecfc36351b458c640be1f68fbf84424d7bc7b Mon Sep 17 00:00:00 2001 From: Chris PeBenito Date: Mon, 23 Jan 2006 20:59:26 +0000 Subject: [PATCH] fix EOL extra space --- refpolicy/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/refpolicy/Makefile b/refpolicy/Makefile index c87f7f20..6af4ab4e 100644 --- a/refpolicy/Makefile +++ b/refpolicy/Makefile @@ -267,7 +267,7 @@ install-appconfig: $(APPFILES) $(INSTALLDIR)/booleans: $(BOOLEANS) @mkdir -p $(INSTALLDIR) - $(QUIET) sed -r -e 's/false/0/g' -e 's/true/1/g' \ + $(QUIET) sed -r -e 's/false/0/g' -e 's/true/1/g' \ -e '/^[[:blank:]]*($$|#)/d' $(BOOLEANS) | sort > tmp/booleans $(QUIET) install -m 644 tmp/booleans $@