diff options
Diffstat (limited to 'www/davical/patches/patch-ad')
-rw-r--r-- | www/davical/patches/patch-ad | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/www/davical/patches/patch-ad b/www/davical/patches/patch-ad new file mode 100644 index 00000000000..c11a7bebae2 --- /dev/null +++ b/www/davical/patches/patch-ad @@ -0,0 +1,13 @@ +$NetBSD: patch-ad,v 1.1.1.1 2010/05/23 21:36:30 jym Exp $ + +--- scripts/po/rebuild-translations.sh.orig 2010-03-09 02:51:21.000000000 +0000 ++++ scripts/po/rebuild-translations.sh +@@ -11,7 +11,7 @@ POTOOLS="scripts/po" + PODIR="po" + LOCALEDIR="locale" + APPLICATION="davical" +-AWL_LOCATION="../awl" ++AWL_LOCATION="@LIBAWLPATH@" + + if [ ! -d "${AWL_LOCATION}" ]; then + AWL_LOCATION=/usr/share/awl |