[pve-devel] [PATCH trivial qemu-server] Don't create unused empty	/etc/qemu-server directory
    Emmanuel Kasper 
    e.kasper at proxmox.com
       
    Tue Oct 27 14:25:36 CET 2015
    
    
  
---
 Makefile | 1 -
 1 file changed, 1 deletion(-)
diff --git a/Makefile b/Makefile
index 21324f1..e47f5fb 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.1.4
    
    
More information about the pve-devel
mailing list