Skip to content

Commit e853ea6

Browse files
committed
🗄 chore: Move macos-perl package
1 parent a6b9eb6 commit e853ea6

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

makefiles/macos.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,8 @@ macos-javascript: macos-brew
144144
echo "Installed node with `pnpm env add --global lts`"
145145

146146
macos-perl: macos-stow
147-
stow --no-folding --target "${HOME}" 'perl'
148-
xscript "scripts/macos-perl.sh"
147+
stow --no-folding --dir 'pkg/perl' --target "${HOME}" 'stow'
148+
xscript "pkg/perl/macos-perl.sh"
149149

150150
###############################################################################
151151
# Misc #

0 commit comments

Comments
 (0)