]> git.pld-linux.org Git - packages/JADE.git/blame - jade-DESTDIR.patch
- Name changed to JADE
[packages/JADE.git] / jade-DESTDIR.patch
CommitLineData
1e49bd8d 1diff -Nru jade-1.2.1/Makefile.lib.in jade-1.2.1.new/Makefile.lib.in
2--- jade-1.2.1/Makefile.lib.in Sun Oct 11 13:07:06 1998
3+++ jade-1.2.1.new/Makefile.lib.in Thu Jun 24 19:32:08 1999
4@@ -20,7 +20,8 @@
5 -rpath $(libdir) -version-info $(LTVERSION)
6
7 install:
8- $(LIBTOOL) --mode=install $(INSTALL) lib$(LIB).la $(libdir)
9+ -test -d $(DESTDIR)$(libdir) || mkdir $(DESTDIR)$(libdir)
10+ $(LIBTOOL) --mode=install $(INSTALL) lib$(LIB).la $(DESTDIR)$(libdir)
11
12 install-man:
13 depend: depend_src
14diff -Nru jade-1.2.1/Makefile.prog.in jade-1.2.1.new/Makefile.prog.in
15--- jade-1.2.1/Makefile.prog.in Mon Oct 12 03:36:20 1998
16+++ jade-1.2.1.new/Makefile.prog.in Thu Jun 24 19:32:18 1999
17@@ -17,9 +17,9 @@
18 $(LIBTOOL) --mode=link $(CXX) $(CXXFLAGS) $(LDFLAGS) -o $@ $(OBJS) $(COBJS) $(LT_LIBS)
19
20 install: $(PROG)
21- -test -d $(bindir) || (mkdir $(bindir); chmod 755 $(bindir))
22- -rm -f $(bindir)/$(PROG)
23- $(LIBTOOL) --mode=install $(INSTALL) $(PROG) $(bindir)
24+ -test -d $(DESTDIR)$(bindir) || (mkdir $(DESTDIR)$(bindir); chmod 755 $(DESTDIR)$(bindir))
25+ -rm -f $(DESTDIR)$(bindir)/$(PROG)
26+ $(LIBTOOL) --mode=install $(INSTALL) $(PROG) $(DESTDIR)$(bindir)
27
28 depend: depend_src
29 depend.temp: $(GENSRCS)
This page took 0.066527 seconds and 4 git commands to generate.