Commit c1d285f1 authored by Emmanuel Kasper's avatar Emmanuel Kasper Committed by Dietmar Maurer

Add touch command after unpacking our ext js files.

Files inside a zip archive have an older modified date than
the zip which contains them.
Touching the files after their creation will prevent unnecessary
execution of the target and will speed up the build.
Signed-off-by: 's avatarEmmanuel Kasper <e.kasper@proxmox.com>
parent f01b84d8
......@@ -12,6 +12,7 @@ ${EXTDATA}: ${EXTJSSRC}
rm -rf ${EXTJSDIR} extjs
unzip -x ${EXTJSSRC}
mv ${EXTJSDIR} extjs
touch ${EXTDATA}
all: ${EXTDATA}
......
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