You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
549 B
12 lines
549 B
Index: Makefile |
|
--- Makefile.orig 2009-06-22 02:48:53 +0200 |
|
+++ Makefile 2009-06-22 19:43:39 +0200 |
|
@@ -291,7 +291,7 @@ |
|
-install -d $(datadir)/doc/newlisp |
|
-rm $(bindir)/newlisp |
|
-install -m 755 newlisp $(bindir)/newlisp-$(VERSION) |
|
- -ln -s $(bindir)/newlisp-$(VERSION) $(bindir)/newlisp |
|
+ -ln $(bindir)/newlisp-$(VERSION) $(bindir)/newlisp |
|
-install -m 644 examples/init.lsp.example $(datadir)/newlisp/init.lsp.example |
|
-install -m 755 util/newlispdoc $(bindir)/newlispdoc |
|
-install -m 644 util/syntax.cgi $(datadir)/newlisp/util/syntax.cgi
|
|
|