]> git.pld-linux.org Git - packages/davical.git/commitdiff
- fix awl path in create_database.sh script
authorpawelz <pawelz@pld-linux.org>
Wed, 22 Sep 2010 15:07:50 +0000 (15:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    davical-php_data_dir.patch -> 1.3

davical-php_data_dir.patch

index 15b8b930c1fc477b344dd840c783b2f4d6240055..34f8d0fb5eaecdd0bb5d60ee4ed6ea69ea6d7a13 100644 (file)
  }
  
  // Ensure that ../inc is in our included paths as early as possible
+--- davical-0.9.9.2/dba/create-database.sh~    2010-09-21 03:40:44.000000000 +0200
++++ davical-0.9.9.2/dba/create-database.sh     2010-09-22 17:02:18.000000000 +0200
+@@ -16,16 +16,10 @@
+ #
+ # Attempt to locate the AWL directory
+-AWLDIR="${DBADIR}/../../awl"
++AWLDIR="/usr/share/php/awl"
+ if ! testawldir "${AWLDIR}"; then
+-  AWLDIR="/usr/share/awl"
+-  if ! testawldir "${AWLDIR}"; then
+-    AWLDIR="/usr/local/share/awl"
+-    if ! testawldir "${AWLDIR}"; then
+-      echo "Unable to find AWL libraries"
+-      exit 1
+-    fi
+-  fi
++  echo "Unable to find AWL libraries"
++  exit 1
+ fi
+ export AWL_DBAUSER=davical_dba
This page took 0.055071 seconds and 4 git commands to generate.