]> git.sur5r.net Git - bacula/bacula/commitdiff
Fix libtool definition and make the helper script executable.
authorMarco van Wieringen <mvw@planets.elm.net>
Fri, 8 Jul 2011 14:39:41 +0000 (16:39 +0200)
committerKern Sibbald <kern@sibbald.com>
Sat, 20 Apr 2013 12:49:06 +0000 (14:49 +0200)
bacula/autoconf/configure.in
bacula/src/cats/install-default-backend.in

index 6d566cc120ed40aff6039162d48af1e8151eb49c..0f76ee3ef0ec671ae74bc8a858f9a823ec68c7be 100644 (file)
@@ -3389,6 +3389,8 @@ chmod 755 $c/make_catalog_backup $c/delete_catalog_backup  $c/make_catalog_backu
 chmod 755 $c/sqlite
 chmod 755 $c/mysql
 
+chmod 755 $c/install-default-backend
+
 chmod 755 src/win32/build-depkgs-mingw32
 
 if test "x$ac_cv_sys_largefile_CFLAGS" != "xno" ; then
index b456eb2a0a09fefae4ac2e823836368b95b8ca73..4148e043e7b166ef67b46e0bf8adefc53a62d903 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-LIBTOOL=@LIBTOOL@
+LIBTOOL="@BUILD_DIR@/libtool"
 
 if [ $# -lt 3 ]; then
    echo "Usage: $0 <default_backend> <library_version> <install_dir>"