mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-05-26 02:44:29 +00:00
Adjust how we find AWL when building relative strings.
This commit is contained in:
parent
1c965d4cdf
commit
8cefe9d5c4
@ -13,10 +13,13 @@ APPLICATION="davical"
|
|||||||
AWL_LOCATION="../awl"
|
AWL_LOCATION="../awl"
|
||||||
|
|
||||||
if [ ! -d "${AWL_LOCATION}" ]; then
|
if [ ! -d "${AWL_LOCATION}" ]; then
|
||||||
AWL_LOCATION=/usr/share/awl
|
AWL_LOCATION="`find .. -type d -name 'awl-*.*'`"
|
||||||
if [ ! -d "${AWL_LOCATION}" ]; then
|
if [ ! -d "${AWL_LOCATION}" ]; then
|
||||||
echo "I can't find a location for the AWL libraries and I need those strings too"
|
AWL_LOCATION=/usr/share/awl
|
||||||
exit 1
|
if [ ! -d "${AWL_LOCATION}" ]; then
|
||||||
|
echo "I can't find a location for the AWL libraries and I need those strings too"
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user