summarylogtreecommitdiffstats
path: root/plymouth.initcpio_install
diff options
context:
space:
mode:
authorTaijian2023-12-04 14:00:28 +0100
committerTaijian2023-12-04 14:00:28 +0100
commit64286bfcb7e56f20c08791d7294f6c21ef89f12c (patch)
tree820de2361c952645dd51dc2c1111e339005e1a49 /plymouth.initcpio_install
parent5ff6b1ced1135b7427154c6169d1e67d14d205b8 (diff)
downloadaur-64286bfcb7e56f20c08791d7294f6c21ef89f12c.tar.gz
fix stupid brain fart
Diffstat (limited to 'plymouth.initcpio_install')
-rw-r--r--plymouth.initcpio_install5
1 files changed, 2 insertions, 3 deletions
diff --git a/plymouth.initcpio_install b/plymouth.initcpio_install
index 951fb4578384..cf4d159e2f1c 100644
--- a/plymouth.initcpio_install
+++ b/plymouth.initcpio_install
@@ -53,9 +53,8 @@ build() {
map add_file \
"$DEFAULT_FONT" \
"$DEFAULT_MONOSPACE_FONT"
- map add_symlink \
- "$DEFAULT_FONT" '/usr/share/fonts/Plymouth.ttf' \
- "$DEFAULT_MONOSPACE_FONT" '/usr/share/fonts/Plymouth-monospace.ttf'
+ add_symlink '/usr/share/fonts/Plymouth.ttf' "$DEFAULT_FONT"
+ add_symlink '/usr/share/fonts/Plymouth-monospace.ttf' "$DEFAULT_MONOSPACE_FONT"
# copy configured theme
if [ -d "$PLYMOUTH_THEME_DIR" ]; then