From: Guido Trotter Date: Sun, 1 Nov 2009 21:29:25 +0000 (-0500) Subject: Remove a couple of useless quotes X-Git-Tag: v0.9~2 X-Git-Url: http://git.equinoxoli.org/?p=ext%2Finstance-debootstrap.git;a=commitdiff_plain;h=127b05cd18c56a6d012f56a072e48defe6101657 Remove a couple of useless quotes Signed-off-by: Guido Trotter Reviewed-by: Michael Hanselmann --- diff --git a/Makefile.am b/Makefile.am index 744de08..6b01439 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ osname=$(subst ganeti-instance-,,$(PACKAGE)) osdir=$(OS_DIR)/$(osname) -variantsdir="$(DESTDIR)${sysconfdir}/ganeti/instance-debootstrap/variants" +variantsdir=$(DESTDIR)$(sysconfdir)/ganeti/instance-debootstrap/variants dist_os_SCRIPTS = create import export rename dist_os_DATA = ganeti_api_version variants.list @@ -22,7 +22,7 @@ common.sh: common.sh.in Makefile chmod +x $@ install-exec-local: - @mkdir_p@ "$(variantsdir)" - touch "$(variantsdir)/default.conf" + @mkdir_p@ $(variantsdir) + touch $(variantsdir)/default.conf CLEANFILES = common.sh