Skip to content

Commit 7ace87a

Browse files
authored
🗄 chore: Move macos-perl package (#51)
2 parents 264a93d + e853ea6 commit 7ace87a

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)