mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
14 lines
390 B
Plaintext
14 lines
390 B
Plaintext
$NetBSD: patch-ad,v 1.2 2011/10/13 15:57:03 wiz Exp $
|
|
|
|
--- scripts/po/rebuild-translations.sh.orig 2011-09-11 11:46:40.000000000 +0000
|
|
+++ scripts/po/rebuild-translations.sh
|
|
@@ -10,7 +10,7 @@
|
|
PODIR="po"
|
|
LOCALEDIR="locale"
|
|
APPLICATION="davical"
|
|
-AWL_LOCATION="../awl"
|
|
+AWL_LOCATION="@LIBAWLPATH@"
|
|
|
|
if [ ! -d "${AWL_LOCATION}" ]; then
|
|
AWL_LOCATION="`find .. -type d -name 'awl-*.*'`"
|