diff options
author | Martin Pool <mbp@samba.org> | 2001-11-19 08:00:55 +0000 |
---|---|---|
committer | Martin Pool <mbp@samba.org> | 2001-11-19 08:00:55 +0000 |
commit | 9b1f2c4090e351826d82e977f0c5908c0b126123 (patch) | |
tree | 2ad70da0bc65e61017b6e782873c98beb20ad9b4 | |
parent | 94ad8127f58d9feba51f8071b96b920f25b4160d (diff) | |
download | samba-9b1f2c4090e351826d82e977f0c5908c0b126123.tar.gz samba-9b1f2c4090e351826d82e977f0c5908c0b126123.tar.bz2 samba-9b1f2c4090e351826d82e977f0c5908c0b126123.zip |
Do satyr work against a copy of the build farm scripts so as not to
break them.
installcheck has to find smbd in SBINDIR, not BINDIR.
(This used to be commit 1be6139e148d752ec3619468ee1cca7f61ee16e1)
-rw-r--r-- | source3/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index 6692e3c811..bc6517ebc2 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -859,7 +859,7 @@ dangerous-installcheck: mkdir -p $(BASEDIR)/var PATH=$(BINDIR):$(SBINDIR):$(PATH) \ SATYR_DISCOURAGE=1 \ - SATYR_SUITEDIR=../testsuite/build_farm/ prefix=$(BASEDIR) \ - LIBSMB_PROG=$(BINDIR)/smbd \ + SATYR_SUITEDIR=../testsuite/satyr/ prefix=$(BASEDIR) \ + LIBSMB_PROG=$(SBINDIR)/smbd \ testdir=./testdir $(SHELL) satyr |