summaryrefslogtreecommitdiffstats
path: root/fonts/artwiz-fonts/PRE_BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'fonts/artwiz-fonts/PRE_BUILD')
-rwxr-xr-xfonts/artwiz-fonts/PRE_BUILD10
1 files changed, 10 insertions, 0 deletions
diff --git a/fonts/artwiz-fonts/PRE_BUILD b/fonts/artwiz-fonts/PRE_BUILD
new file mode 100755
index 0000000000..7ef1a12ccc
--- /dev/null
+++ b/fonts/artwiz-fonts/PRE_BUILD
@@ -0,0 +1,10 @@
+mk_source_dir ${SOURCE_DIRECTORY} &&
+unpack_file
+if list_find "$ART_ENC" "de"; then
+ mk_source_dir ${SOURCE2_DIRECTORY} &&
+ unpack_file 2
+fi &&
+if list_find "$ART_ENC" "se"; then
+ mk_source_dir ${SOURCE3_DIRECTORY} &&
+ unpack_file 3
+fi