5
0
mirror of git://git.proxmox.com/git/qemu-server.git synced 2025-01-25 06:03:52 +03:00

Don't create unused empty /etc/qemu-server directory

This commit is contained in:
Emmanuel Kasper 2015-10-27 14:25:36 +01:00 committed by Dietmar Maurer
parent 091936e525
commit 0f06c2fc3a

View File

@ -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}