summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrumeet <yuuta@yuuta.moe>2023-03-02 22:28:46 -0800
committerTrumeet <yuuta@yuuta.moe>2023-03-02 22:28:46 -0800
commit0de555f1f382976c7d81a2a34eed8b6e489c0316 (patch)
tree6115db5dfb29ca5e557fd17f1583f7d2e5d36f3a
parentcab68c65c3c6f34a123f589f9d02a7cc697a9251 (diff)
downloadwww-0de555f1f382976c7d81a2a34eed8b6e489c0316.tar
www-0de555f1f382976c7d81a2a34eed8b6e489c0316.tar.gz
www-0de555f1f382976c7d81a2a34eed8b6e489c0316.tar.bz2
www-0de555f1f382976c7d81a2a34eed8b6e489c0316.zip
Fix CI
-rwxr-xr-xbuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/build b/build
index cb3f805..7ba2db4 100755
--- a/build
+++ b/build
@@ -6,7 +6,7 @@ export NODE_OPTIONS=--openssl-legacy-provider
cd projs/
make
-mkdir dist/projs
+mkdir $DISTDIR/projs
DISTDIR=$DISTDIR/projs/ make install
cd ..