summaryrefslogtreecommitdiffstats
path: root/source.mk
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-04-23 21:03:39 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-04-23 21:03:39 (EDT)
commit62fda59c0753d1cc91c196e31fc6ab907d681cad (patch)
tree3f7b58ce021f320ae9a594a70bd2325858190c8d /source.mk
parent7ce13f6794c562a6079741c08b01102dce33eb14 (diff)
source.mk: Copy COPYING.RUNTIME into packaging.
Diffstat (limited to 'source.mk')
-rw-r--r--source.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/source.mk b/source.mk
index 6f24951..f9a173b 100644
--- a/source.mk
+++ b/source.mk
@@ -53,6 +53,7 @@ $(source_archive):
for file in $(needed_files); do \
>"$(upstream_name)/$${file}"; \
done
+ cp -p "$(upstream_name)/COPYING.RUNTIME" ..
tar -cjf '$(source_archive)' "$(upstream_name)"
rm -Rf "$(upstream_name)"
rm -f "$(upstream_archive)"