Install only into ${prefix}/jre/bin.
authortwisti <none@none>
Tue, 4 Jan 2005 11:16:57 +0000 (11:16 +0000)
committertwisti <none@none>
Tue, 4 Jan 2005 11:16:57 +0000 (11:16 +0000)
src/cacaoh/Makefile.am

index 66b125cf414bc6acc52f585cb2055b1380ec1780..5f0edf926c5ab3ae20a3e2e124a349cb733c904a 100644 (file)
@@ -28,7 +28,7 @@
 ##
 ## Changes:
 ##
-## $Id: Makefile.am 1735 2004-12-07 14:33:27Z twisti $
+## $Id: Makefile.am 1840 2005-01-04 11:16:57Z twisti $
 
 ## Process this file with automake to produce Makefile.in
 
@@ -44,7 +44,7 @@ else
 THREAD_LIB =
 endif
 
-bindir = $(prefix)/jre/bin
+bindir = $(prefix)/bin
 bin_PROGRAMS = cacaoh
 
 cacaoh_SOURCES = \
@@ -63,10 +63,6 @@ cacaoh_LDADD = \
 
 cacaoh_DEPENDENCIES = $(cacaoh_LDADD)
 
-install-exec-hook:
-       $(mkinstalldirs) $(DESTDIR)$(prefix)/bin
-       $(LN_S) -f $(DESTDIR)$(bindir)/cacaoh $(DESTDIR)$(prefix)/bin
-
 ## Local variables:
 ## mode: Makefile
 ## indent-tabs-mode: t