summaryrefslogtreecommitdiffstats
path: root/fonts-x11/cozette/PRE_BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'fonts-x11/cozette/PRE_BUILD')
-rwxr-xr-xfonts-x11/cozette/PRE_BUILD12
1 files changed, 12 insertions, 0 deletions
diff --git a/fonts-x11/cozette/PRE_BUILD b/fonts-x11/cozette/PRE_BUILD
new file mode 100755
index 0000000000..79275003bc
--- /dev/null
+++ b/fonts-x11/cozette/PRE_BUILD
@@ -0,0 +1,12 @@
+mk_source_dir "${SOURCE_DIRECTORY}" &&
+cd "${SOURCE_DIRECTORY}" &&
+
+# get everything
+local srcs="$(get_source_nums | tr ' ' '\n')" &&
+
+for src in '' ${srcs}; do
+ verify_file ${src} || return 1
+
+ local source_num="SOURCE${src}" &&
+ cp "${SOURCE_CACHE}/${!source_num}" "${SOURCE_DIRECTORY}"
+done