summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2001-10-14 08:30:18 +0000
committerAndrew Bartlett <abartlet@samba.org>2001-10-14 08:30:18 +0000
commit6c7e59d5ee83c20ceb339e49bbb7966e84a769ef (patch)
treefb571933c077710d07ab725d58e448ad4d874056
parentf742b355377a9b5481e3c038218c8078722bb0b5 (diff)
downloadsamba-6c7e59d5ee83c20ceb339e49bbb7966e84a769ef.tar.gz
samba-6c7e59d5ee83c20ceb339e49bbb7966e84a769ef.tar.xz
samba-6c7e59d5ee83c20ceb339e49bbb7966e84a769ef.zip
Workaround for broken Makefile. (probably a good idea anyway).
-rw-r--r--packaging/RedHat/samba2.spec.tmpl5
1 files changed, 5 insertions, 0 deletions
diff --git a/packaging/RedHat/samba2.spec.tmpl b/packaging/RedHat/samba2.spec.tmpl
index 0842237636c..844ee4bac8c 100644
--- a/packaging/RedHat/samba2.spec.tmpl
+++ b/packaging/RedHat/samba2.spec.tmpl
@@ -43,6 +43,10 @@ for Shadow passwords and quotas. Do NOT recompile with the
SHADOW_PWD option enabled
%changelog
+* Sun Oct 14 2001 Andrew Bartlett <abartlet@samba.org>
+ - Set SBINDIR for codepage/manpage install, cope with
+ broken Makefile
+
* Mon Aug 1 2001 Tim Potter <tpot@samba.org>
- Install winbind daemon, client programs, nss and pam libraries
@@ -214,6 +218,7 @@ ln -sf %{prefix}/sbin/smbmount $RPM_BUILD_ROOT/sbin/mount.smb
cd source
make BASEDIR=$RPM_BUILD_ROOT/usr \
LIBDIR=$RPM_BUILD_ROOT/etc/samba \
+ SBINDIR=$RPM_BUILD_ROOT%{prefix}/sbin \
BINDIR=$RPM_BUILD_ROOT%{prefix}/bin \
MANDIR=$RPM_BUILD_ROOTMANDIR_MACRO \
CODEPAGEDIR=$RPM_BUILD_ROOT/etc/codepages \