From 9336b5a61fa49a2feb98ab15e5024b64c5bb52d6 Mon Sep 17 00:00:00 2001 From: Bart De Schuymer Date: Fri, 4 Nov 2005 22:01:23 +0000 Subject: v2.0.8-rc1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 414a58c..87eb55a 100644 --- a/Makefile +++ b/Makefile @@ -126,7 +126,7 @@ scripts: ebtables-save ebtables.sysv ebtables-config install -m 0755 -o root -g root ebtables-save_ $(BINDIR)/ebtables-save cat ebtables.sysv | sed 's/__EXEC_PATH__/$(tmp1)/g' | sed 's/__SYSCONFIG__/$(tmp2)/g' > ebtables.sysv_ install -m 0755 -o root -g root ebtables.sysv_ $(INITDIR)/ebtables - cat ebtables-config | sed 's/__SYSCONFIG__/$(tmp1)/g' > ebtables-config_ + cat ebtables-config | sed 's/__SYSCONFIG__/$(tmp2)/g' > ebtables-config_ install -m 0600 -o root -g root ebtables-config_ $(SYSCONFIGDIR)/ebtables-config rm -f ebtables-save_ ebtables.sysv_ ebtables-config_ -- cgit v1.2.3