diff options
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index fbd5211..ee9a703 100644 --- a/Makefile.in +++ b/Makefile.in @@ -63,7 +63,7 @@ install: all else \ destdir=/; \ fi; \ - mkdir -p '$${destdir}'; \ + mkdir -p "$${destdir}"; \ echo "DESTDIR=$$(cd "$${destdir}" && pwd)" > install.config @printf 'Installing executable files...\n' @cd src && $(MAKE) $$(cat ../install.config) install |