Skip to content

Commit 330f281

Browse files
committed
Fix birdhoused install
If this fix actually works I'm going to fucking lose it
1 parent d96a835 commit 330f281

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

recipes/recipe.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ modules:
6868
snippets:
6969
# XXX figure out why, without --no-bin-links, npm throws EROFS on chmod() on index.js... which SEEMINGLY is actually the creation of a symlink?
7070
# Except manually creating the symlink works just fine...?
71-
- RUN --mount=type=bind,src=apps/birdhoused,dst=/tmp/birdhoused cd /tmp/birdhoused && npm --no-bin-links --prefix=/usr install -g --omit=dev && ln -s /usr/lib/node_modules/birdhouse-client/index.js /usr/bin/birdhoused && rm -rf /root/.npm
71+
- RUN --mount=type=bind,src=apps/birdhoused,dst=/tmp/birdhoused cd /tmp/birdhoused && npm --no-bin-links --prefix=/usr install -g --omit=dev . && ln -s /usr/lib/node_modules/birdhouse-client/index.js /usr/bin/birdhoused && rm -rf /root/.npm
7272
- type: files
7373
files:
7474
- source: usr

0 commit comments

Comments
 (0)