aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 09f5ee4..608a12f 100644
--- a/Makefile
+++ b/Makefile
@@ -49,8 +49,8 @@ install:
gzip -9 $(DESTDIR)/usr/man/man1/ivy-java.1
install -m 0644 doc/jprobe.1 $(DESTDIR)/usr/man/man1/
gzip -9 $(DESTDIR)/usr/man/man1/jprobe.1
- install -m 0644 $(DIST) $(DESTDIR)/usr/share/java/
- ln -sf $(DESTDIR)/usr/share/java/$(DIST) $(DESTDIR)/usr/share/java/ivy.jar
+ install -m 0644 $(DIST) $(DESTDIR)/usr/share/java/ivy.jar
+ #ln -sf $(DESTDIR)/usr/share/java/$(DIST) $(DESTDIR)/usr/share/java/ivy.jar
(cd src; $(MAKE) docs DOCS=$(DESTDIR)/usr/share/doc/libivy-java/html/api)
cp -R doc/ivy-java $(DESTDIR)/usr/share/doc/libivy-java/programmersguide
install -m 0644 doc/ivy-java.pdf $(DESTDIR)/usr/share/doc/libivy-java/