- Fix the build by using the bundled libtool rather than devel/libtool Approved by: makc, miwi (mentors, implicit)
11 lines
504 B
Text
11 lines
504 B
Text
--- gui2/Makefile.in.orig 2010-08-28 11:10:12.000000000 -0400
|
|
+++ gui2/Makefile.in 2011-02-02 15:50:09.000000000 -0500
|
|
@@ -221,7 +221,7 @@
|
|
$(LIBTOOL) --mode=install $(INSTALL_PROGRAM) -s $(PROG) $(DESTDIR)$(bindir)/$(PROG)
|
|
|
|
install-data: installdirs
|
|
- $(INSTALL_PROGRAM) ../gretl_sh $(DESTDIR)$(bindir)/gretl
|
|
+ $(INSTALL_SCRIPT) ../gretl_sh $(DESTDIR)$(bindir)/gretl
|
|
$(INSTALL_DATA) $(topsrc)/pixmaps/gretl-logo.xpm $(DESTDIR)$(gretldir)
|
|
$(INSTALL_DATA) $(topsrc)/COPYING $(DESTDIR)$(gretldir)
|
|
|