From 0f06c2fc3a5ff967c3bc2c0be6ddd1eb14385bf9 Mon Sep 17 00:00:00 2001 From: Emmanuel Kasper Date: Tue, 27 Oct 2015 14:25:36 +0100 Subject: [PATCH] Don't create unused empty /etc/qemu-server directory --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 954753b..a16a829 100644 --- a/Makefile +++ b/Makefile @@ -79,7 +79,6 @@ PKGSOURCES=qm qm.1.gz qm.1.pod qmrestore qmrestore.1.pod qmrestore.1.gz qmextrac .PHONY: install install: ${PKGSOURCES} install -d ${DESTDIR}/${SBINDIR} - install -d ${DESTDIR}/etc/${PACKAGE} install -d ${DESTDIR}${LIBDIR} install -d ${DESTDIR}${VARLIBDIR} install -d ${DESTDIR}${PODDIR} -- 2.39.2