]> git.pld-linux.org Git - packages/smalltalk.git/commitdiff
- DESTDIR patch is back,
authorkloczek <kloczek@pld-linux.org>
Wed, 7 Feb 2001 18:53:52 +0000 (18:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- fixed kernel/Makefile.am - now is possible install smalltalk using
  DESTDIR style install without installed in system smalltalk.

Changed files:
    smalltalk-DESTDIR.patch -> 1.3

smalltalk-DESTDIR.patch [new file with mode: 0644]

diff --git a/smalltalk-DESTDIR.patch b/smalltalk-DESTDIR.patch
new file mode 100644 (file)
index 0000000..210f435
--- /dev/null
@@ -0,0 +1,10 @@
+diff -Nru smalltalk-1.95.1/kernel/Makefile.am smalltalk-1.95.1.new/kernel/Makefile.am
+--- smalltalk-1.95.1/kernel/Makefile.am        Sat Jan 20 14:09:14 2001
++++ smalltalk-1.95.1.new/kernel/Makefile.am    Wed Feb  7 19:50:53 2001
+@@ -33,5 +33,5 @@
+ # install-exec, so the gst executable is already in bindir.
+ install-data-local:
+-      cd $(basedir) && $(bindir)/gst -Vi dummyFile
++      cd $(basedir) && $(DESTDIR)$(bindir)/gst -Vi dummyFile
This page took 0.062162 seconds and 4 git commands to generate.