Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 313625 Details for
Bug 418217
www-apps/davical-1.0.2-r1 database script looks for awl lib in wrong paths
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for create-database.sh
create-database.patch (text/plain), 483 bytes, created by
François Périchon
on 2012-05-30 17:48:02 UTC
(
hide
)
Description:
patch for create-database.sh
Filename:
MIME Type:
Creator:
François Périchon
Created:
2012-05-30 17:48:02 UTC
Size:
483 bytes
patch
obsolete
>--- dba/create-database.sh.orig 2012-05-30 19:32:33.458909566 +0200 >+++ dba/create-database.sh 2012-05-30 19:33:43.207863264 +0200 >@@ -22,8 +22,11 @@ > if ! testawldir "${AWLDIR}"; then > AWLDIR="/usr/local/share/awl" > if ! testawldir "${AWLDIR}"; then >- echo "Unable to find AWL libraries" >- exit 1 >+ AWLDIR="/usr/share/php/awl" >+ if ! testawldir "${AWLDIR}"; then >+ echo "Unable to find AWL libraries" >+ exit 1 >+ fi > fi > fi > fi
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 418217
: 313625 |
313627