mirror of
https://github.com/aquatix/dotfiles.git
synced 2025-12-07 00:05:10 +01:00
Fix for symlinking fonts
This commit is contained in:
@@ -50,7 +50,7 @@ else
|
||||
if [ -d "$SOURCE_DIR" ]; then
|
||||
cd "$DEST_DIR"
|
||||
while read -r FONT; do
|
||||
FONT_FILE=basename "${FONT}"
|
||||
FONT_FILE=$(basename "${SOURCE_DIR}/${FONT}")
|
||||
install_font "$SOURCE_DIR/$FONT_FILE" "$DEST_DIR/$FONT_FILE"
|
||||
done <<< "$FONTS_CODING"
|
||||
while read -r FONT; do
|
||||
|
||||
Reference in New Issue
Block a user