mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
Tweaked the installdirs target to ignore errors. This allows RPMS to be
built as non-root user, assuming you have permissions set up properly in your /usr/src/redhat directory. Added nsswitch sub-target to all target.
This commit is contained in:
parent
7bd901b6a8
commit
109840bb3a
@ -401,7 +401,7 @@ WINBIND_NSS_PICOBJS = $(WINBIND_NSS_OBJ:.o=.po)
|
||||
######################################################################
|
||||
# now the rules...
|
||||
######################################################################
|
||||
all : CHECK include/proto.h $(SPROGS) $(PROGS) $(SHLIBS)
|
||||
all : CHECK include/proto.h $(SPROGS) $(PROGS) $(SHLIBS) nsswitch
|
||||
|
||||
pam_smbpass : CHECK bin/pam_smbpass.@SHLIBEXT@
|
||||
|
||||
@ -641,7 +641,7 @@ bin/pam_smbpass.@SHLIBEXT@: $(PAM_SMBPASS_PICOOBJ)
|
||||
install: installbin installman installscripts installswat
|
||||
|
||||
installdirs:
|
||||
$(SHELL) $(srcdir)/install-sh -d -m $(INSTALLPERMS) \
|
||||
-$(SHELL) $(srcdir)/install-sh -d -m $(INSTALLPERMS) \
|
||||
$(BASEDIR) $(SBINDIR) $(BINDIR) $(LIBDIR) $(VARDIR)
|
||||
|
||||
installservers: all installdirs
|
||||
|
Loading…
Reference in New Issue
Block a user