updated on Wed Jan 25 16:08:47 UTC 2012
[aur-mirror.git] / heirloom-devtools / 000-config.diff
blob338c47806bfa4fa52213f25984b5420f7397d60c
1 --- heirloom-devtools-070527/mk.config.orig 2010-12-16 18:15:22.063333339 -0430
2 +++ heirloom-devtools-070527/mk.config 2010-12-16 18:16:52.943333339 -0430
3 @@ -5,7 +5,7 @@
4 # compatibility with traditional tools, the Heirloom Bourne shell is
5 # recommended. It then must obviously be compiled and installed first.
7 -SHELL = /bin/sh
8 +SHELL = $(BINDIR)/sh
11 # Specify the path name for a POSIX-conforming shell here. For example,
12 @@ -17,12 +17,12 @@
14 # A BSD-compatible install command.
16 -INSTALL=/usr/ucb/install
17 +INSTALL=install
20 # Prefix.
22 -PREFIX=/usr/ccs
23 +PREFIX=/usr/heirloom
26 # Where to place binaries.
27 @@ -32,7 +32,7 @@
29 # Where to place additional binaries that aim at POSIX conformance.
31 -SUSBIN=/usr/5bin/posix
32 +SUSBIN=$(BINDIR)/posix
35 # Where to place libraries.