mirror of
https://github.com/samba-team/samba.git
synced 2025-03-11 16:58:40 +03:00
change to new prefix path
This commit is contained in:
parent
7a6f25ac4a
commit
64b2ffc679
@ -69,7 +69,7 @@ if [ "$doclean" = "clean" ]; then
|
||||
chmod +x config.guess
|
||||
chmod +x config.status
|
||||
chmod +x config.sub
|
||||
./configure --prefix=/usr --mandir=/usr/src/man --with-smbwrapper
|
||||
./configure --prefix=/usr/samba --mandir=/usr/share/catman --with-smbwrapper
|
||||
errstat=$?
|
||||
if [ $errstat -ne 0 ]; then
|
||||
echo "Error $errstat creating Makefile\n";
|
||||
|
Loading…
x
Reference in New Issue
Block a user