blob: 4f937c0a8cef67978d8c080d14e1cf9924c53dd3 (
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
|
*** Config.orig Thu Oct 29 03:29:02 1998
--- Config Fri Oct 30 08:32:22 1998
***************
*** 3,9 ****
#
# Where ruboard shold be installed (home dir)
#
! HOMEDIR = /usr/local/lib/ruboard
#
# Owner and group of boards. Defaults to your user id. Do not delete
# `-o' and `-g'!
--- 3,13 ----
#
# Where ruboard shold be installed (home dir)
#
! HOMEDIR = $(PREFIX)/etc/ruboard
! #
! # Where binaries are instaled
! #
! BINDIR = $(PREFIX)/libexec/ruboard
#
# Owner and group of boards. Defaults to your user id. Do not delete
# `-o' and `-g'!
|