[pve-devel] [PATCH] Touch data after unpacking them. This will prevent the "make install" target to be called twice in a row.
Emmanuel Kasper
e.kasper at proxmox.com
Mon Mar 30 13:08:22 CEST 2015
Signed-off-by: Emmanuel Kasper <e.kasper at proxmox.com>
---
www/touch/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/www/touch/Makefile b/www/touch/Makefile
index 9e41864..5b7efa6 100644
--- a/www/touch/Makefile
+++ b/www/touch/Makefile
@@ -10,6 +10,7 @@ TOUCHDATA = \
${TOUCHDATA}: ${TOUCHSRC}
rm -rf ${TOUCHDIR}
unzip -x ${TOUCHSRC}
+ touch ${TOUCHDATA}
all: ${TOUCHDATA}
--
2.1.4
More information about the pve-devel
mailing list