summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c7da16d..0c40f6b 100644
--- a/Makefile
+++ b/Makefile
@@ -87,7 +87,7 @@ install: all
mkdir -p \
'$(DESTDIR)$(BINDIR)' \
'$(DESTDIR)$(JSLIBDIR)'/src \
- '$(DESTDIR)$(SRCDIR)' \
+ '$(DESTDIR)$(SRCDIR)' \
cp src/$(NAME).mjs '$(DESTDIR)$(JSLIBDIR)'/src
cp package.json '$(DESTDIR)$(JSLIBDIR)'