blob: b918cf91732a4bf5b66748ddedb4c8de587f675d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
INSTRUCTIONS: Preparing Samba packages for Solaris
To produce a package:
* Build the binaries (by running ./configure; make; in the source directory)
* Type sh makepkg.sh
The package will be created in the /tmp directory.
By default, the package will be built to install samba in /usr/local
To change the default, modify the INSTALL_BASE variable in makepkg.sh
This is after you have configured samba with a --prefix option of the
alternate samba location and then created the binaries.
Shirish Kalele <kalele@samba.org>
Date: 2000.01.12
|