blob: b8d0b2c458f977346fde344276653b616734da53 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
INSTRUCTIONS: Preparing Samba packages for Solaris
To produce a package:
* 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.
|