diff options
-rw-r--r-- | samples/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/Makefile b/samples/Makefile index 30d57ab..235ec91 100644 --- a/samples/Makefile +++ b/samples/Makefile @@ -16,4 +16,4 @@ install: all install -c rc.autofs -m 755 $(INSTALLROOT)$(initdir)/autofs rc.autofs: rc.autofs.in - sed -e "s/@@sbindir@@/$(sbindir)/g" < rc.autofs.in > rc.autofs + sed -e "s|@@sbindir@@|$(sbindir)|g" < rc.autofs.in > rc.autofs |