summaryrefslogtreecommitdiffstats
path: root/fonts-x11/leggie/PRE_BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'fonts-x11/leggie/PRE_BUILD')
-rwxr-xr-xfonts-x11/leggie/PRE_BUILD6
1 files changed, 6 insertions, 0 deletions
diff --git a/fonts-x11/leggie/PRE_BUILD b/fonts-x11/leggie/PRE_BUILD
new file mode 100755
index 0000000000..fd9395d780
--- /dev/null
+++ b/fonts-x11/leggie/PRE_BUILD
@@ -0,0 +1,6 @@
+default_pre_build &&
+cd "${SOURCE_DIRECTORY}" &&
+
+if [[ $LEGGIE_DOTTED_ZERO == y ]]; then
+ patch -p1 < "patches/dotted-zero.patch"
+fi