Commit 6994f518 authored by Emmanuel Kasper's avatar Emmanuel Kasper Committed by Dietmar Maurer

Touch data after unpacking them. This will prevent the "make install" target...

Touch data after unpacking them. This will prevent the "make install" target to be called twice in a row.
Signed-off-by: 's avatarEmmanuel Kasper <e.kasper@proxmox.com>
parent cf72a931
...@@ -10,6 +10,7 @@ TOUCHDATA = \ ...@@ -10,6 +10,7 @@ TOUCHDATA = \
${TOUCHDATA}: ${TOUCHSRC} ${TOUCHDATA}: ${TOUCHSRC}
rm -rf ${TOUCHDIR} rm -rf ${TOUCHDIR}
unzip -x ${TOUCHSRC} unzip -x ${TOUCHSRC}
touch ${TOUCHDATA}
all: ${TOUCHDATA} all: ${TOUCHDATA}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment