diff options
author | P. 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) |
commit | 62fda59c0753d1cc91c196e31fc6ab907d681cad (patch) | |
tree | 3f7b58ce021f320ae9a594a70bd2325858190c8d | |
parent | 7ce13f6794c562a6079741c08b01102dce33eb14 (diff) |
source.mk: Copy COPYING.RUNTIME into packaging.
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | source.mk | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -6,6 +6,7 @@ Session.vim # Source archives gcc-*-*.orig.tar.* +COPYING.RUNTIME # Generated files cpp-*-*-*-*.pkg/ @@ -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)" |