Skip to content

Commit 1324f90

Browse files
committed
Fix install wtf
1 parent 5802a1f commit 1324f90

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/repl/Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ install:
2828
cd $(DESTDIR)/$(PREFIX)/bin/ && ln -fs mai-repl${EXE} mai${EXE}
2929
mkdir -p $(DESTDIR)/$(PREFIX)/share/mai
3030
cp -r ../../share/mai/* $(DESTDIR)/$(PREFIX)/share/mai/
31-
ln -s $(DESTDIR)/$(PREFIX)/share $(DESTDIR)/$(PREFIX)/bin/share
32-
ln -s $(PREFIX)/share ../../share
3331

3432
uninstall:
3533
rm -f $(DESTDIR)/$(PREFIX)/bin/mai-repl${EXE}

0 commit comments

Comments
 (0)