Skip to content
Snippets Groups Projects
Verified Commit c5dba757 authored by Benny Baumann's avatar Benny Baumann
Browse files

add: Install translations

parent d1cfddb1
No related branches found
No related tags found
No related merge requests found
Pipeline #1531 failed
...@@ -116,3 +116,6 @@ lintian: ...@@ -116,3 +116,6 @@ lintian:
install: install:
${INSTALL} -D -o root -g root -m 700 -t ${DESTDIR}${prefix}/bin ${TARGETS} ${INSTALL} -D -o root -g root -m 700 -t ${DESTDIR}${prefix}/bin ${TARGETS}
for POLANG in ${POLANGS}; do \
${INSTALL} -D -o root -g root -m 644 -t ${DESTDIR}${prefix}/share/locale/$${POLANG}/LC_MESSAGES/ ${MODIR}/$${POLANG}/*.mo; \
done
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment