change to new prefix path
authorHerb Lewis <herb@samba.org>
Wed, 18 Nov 1998 02:15:35 +0000 (02:15 +0000)
committerHerb Lewis <herb@samba.org>
Wed, 18 Nov 1998 02:15:35 +0000 (02:15 +0000)
packaging/SGI/mkrelease.sh

index 921476f3751be25b6a827bc4b2b1d18728d60753..cfe9c1f6b860f81f35361589cafe3f3cd1a6a92a 100755 (executable)
@@ -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";