]> git.ipfire.org Git - thirdparty/HylaFAX.git/commitdiff
Create the locale install directory if needed
authorPatrice Fournier <pfournier@ifax.com>
Fri, 16 Jan 2009 15:34:04 +0000 (15:34 +0000)
committerPatrice Fournier <pfournier@ifax.com>
Fri, 16 Jan 2009 15:34:04 +0000 (15:34 +0000)
po/nls.mk

index 814a856e8cbf3a4532fa9e54e2aac4c749f1a067..bac08f26a1799392325fcbae7ff3a6b652ce131f 100644 (file)
--- a/po/nls.mk
+++ b/po/nls.mk
@@ -55,6 +55,8 @@ all-mo:
        done
 
 makeDirs:
+       ${INSTALL} -u ${SYSUSER} -g ${SYSGROUP} -m ${DIRMODE}   \
+           -dir ${LOCALEDIR};
        for l in ${LANGUAGES}; do                                       \
            ${INSTALL} -u ${SYSUSER} -g ${SYSGROUP} -m ${DIRMODE}       \
                -F ${LOCALEDIR} -dir $$l;                               \