blob: fefdec78cfa24bf464aa1a2b1cb7b8a26102a29e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
--- config.mak.orig 2007-07-27 03:51:04.000000000 -0400
+++ config.mak 2007-07-27 06:43:43.000000000 -0400
@@ -12,26 +12,20 @@
includedir=/usr/include
endif
-libdir=/usr/local/lib
-
ifndef libdir
libdir=/usr/lib
endif
-DESTDIR=
-
-BINDIR=/usr/local/bin
-
ifndef BINDIR
BINDIR=/usr/bin
endif
-INSTALL=/usr/bin/install -c
+INSTALL=/usr/bin/install -D
INSTALL_PROGRAM=${INSTALL}
INSTALL_DATA=${INSTALL} -m 644
ifndef INSTALL
-INSTALL=install -c
+INSTALL=install -D
INSTALL_PROGRAM=${INSTALL}
INSTALL_DATA=${INSTALL} -m 644
endif
|