diff options
author | Björn Jacke <bj@sernet.de> | 2012-09-14 00:25:38 +0200 |
---|---|---|
committer | Bjoern Jacke <bj@sernet.de> | 2012-09-14 02:42:53 +0200 |
commit | 88a5bff88917d7e3013ced7e85d56a8ecdfeece4 (patch) | |
tree | 5035aa255880f6a778e4e63c95d96cc5836949d7 /packaging/Solaris/README | |
parent | 70bc93650f86a76c6f1617139cb71539c76abf42 (diff) | |
download | samba-88a5bff88917d7e3013ced7e85d56a8ecdfeece4.tar.gz samba-88a5bff88917d7e3013ced7e85d56a8ecdfeece4.tar.bz2 samba-88a5bff88917d7e3013ced7e85d56a8ecdfeece4.zip |
packaging: apply some solaris packaging fixes
Actually this might be outdated already. See bug #5670.
Thanks to Michal Ludvig.
Autobuild-User(master): Björn Jacke <bj@sernet.de>
Autobuild-Date(master): Fri Sep 14 02:42:53 CEST 2012 on sn-devel-104
Diffstat (limited to 'packaging/Solaris/README')
-rw-r--r-- | packaging/Solaris/README | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/packaging/Solaris/README b/packaging/Solaris/README index b8d0b2c458..3e8435ea20 100644 --- a/packaging/Solaris/README +++ b/packaging/Solaris/README @@ -1,15 +1,13 @@ INSTRUCTIONS: Preparing Samba packages for Solaris +Make sure that your $PATH contains directories /usr/sfw/bin and /usr/ccs/bin + To produce a package: -* Type sh makepkg.sh +* Type sh makepkg.sh build The package will be created in the /tmp directory. -By default, the package will be built to install samba in /usr/local +By default, the package will be built to install samba in /opt/samba 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. - - |