]> git.pld-linux.org Git - packages/smalltalk.git/blob - smalltalk-DESTDIR.patch
- added proc patch
[packages/smalltalk.git] / smalltalk-DESTDIR.patch
1 diff -Nru smalltalk-1.95.1/kernel/Makefile.am smalltalk-1.95.1.new/kernel/Makefile.am
2 --- smalltalk-1.95.1/kernel/Makefile.am Sat Jan 20 14:09:14 2001
3 +++ smalltalk-1.95.1.new/kernel/Makefile.am     Wed Feb  7 19:50:53 2001
4 @@ -33,5 +33,5 @@
5  # install-exec, so the gst executable is already in bindir.
6  
7  install-data-local:
8 -       cd $(basedir) && $(bindir)/gst -Vi dummyFile
9 +       cd $(basedir) && $(DESTDIR)$(bindir)/gst -Vi dummyFile
10  
This page took 0.088768 seconds and 3 git commands to generate.