We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5802a1f commit 1324f90Copy full SHA for 1324f90
1 file changed
src/repl/Makefile
@@ -28,8 +28,6 @@ install:
28
cd $(DESTDIR)/$(PREFIX)/bin/ && ln -fs mai-repl${EXE} mai${EXE}
29
mkdir -p $(DESTDIR)/$(PREFIX)/share/mai
30
cp -r ../../share/mai/* $(DESTDIR)/$(PREFIX)/share/mai/
31
- ln -s $(DESTDIR)/$(PREFIX)/share $(DESTDIR)/$(PREFIX)/bin/share
32
- ln -s $(PREFIX)/share ../../share
33
34
uninstall:
35
rm -f $(DESTDIR)/$(PREFIX)/bin/mai-repl${EXE}
0 commit comments