diff options
author | Cem Keylan <cem@ckyln.com> | 2020-10-12 14:11:58 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-10-12 14:11:58 +0300 |
commit | 5bbd1cbd5d66b5e09a2b0e20e0bf88621e79b8e1 (patch) | |
tree | d1316cc9cf26970c01bc18969bc97137e486bccc /personal | |
parent | 5a017c41c9e6603c712e87962b60053d707d9920 (diff) | |
download | repository-5bbd1cbd5d66b5e09a2b0e20e0bf88621e79b8e1.tar.gz |
source-code-pro: fix build
Diffstat (limited to 'personal')
-rwxr-xr-x | personal/source-code-pro/build | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/personal/source-code-pro/build b/personal/source-code-pro/build index 89a8701..692f7a1 100755 --- a/personal/source-code-pro/build +++ b/personal/source-code-pro/build @@ -1,7 +1,5 @@ #!/bin/sh -e -ls - mkdir -p "$1/usr/share/fonts/TTF" "$1/usr/share/fonts/OTF" install -Dm644 -t "$1/usr/share/fonts/TTF" TTF/*.ttf |