From 17d8b4d09987106b6f9daf4f994ef2f9cbdf2b0d Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Tue, 31 Jan 2012 03:32:38 -0500 Subject: Fix build system destination directory handling. --- (limited to 'Makefile.in') 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 -- cgit v0.9.1