blob: b8427c754a64d4287cb5b4d4fb5970cafe4b97f9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
--- customs/Makefile.orig Thu Nov 12 16:41:07 1998
+++ customs/Makefile Thu Nov 12 16:42:14 1998
@@ -19,16 +19,16 @@
#
# Owner of the various binaries
#
-OWNER = $$USER
+OWNER = root
#
# ETCDIR is where the system-control clients and the daemon itself go.
# USRLIBDIR is where the customs library (archive) goes.
# INCLUDEDIR is where the header files belonging to the customs library go.
#
-ETCDIR = /usr/local/etc
-USRLIBDIR = /usr/local/lib
-INCLUDEDIR = /usr/local/include/customs
+ETCDIR = $(PREFIX)/etc
+USRLIBDIR = $(PREFIX)/lib
+INCLUDEDIR = $(PREFIX)/include/customs
#
# Strip installed binaries
|