summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-10-13 23:50:58 +0100
committerCarl Hetherington <cth@carlh.net>2014-10-13 23:50:58 +0100
commite753a97ce561b237a2437c17fa299394682cb4f0 (patch)
treeff4719937e26f031d9485a5d2a4496fc5476a3cb /debian/rules
parentcfab5000062770d7df5bbf420111dc198c966963 (diff)
Missing mkdir.
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index b8f7b7026..a4285ba3f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,6 +21,7 @@ override_dh_auto_build:
override_dh_auto_install:
./waf --nocache install --destdir=debian/dcpomatic
+ mkdir -p debian/dcpomatic/usr/share/locale/{de,es,fr,it,sv,nl}/LC_MESSAGES/
cp -a /usr/local/share/locale/de/LC_MESSAGES/wxstd.mo debian/dcpomatic/usr/share/locale/de/LC_MESSAGES/dcpomatic-wxstd.mo
cp -a /usr/local/share/locale/es/LC_MESSAGES/wxstd.mo debian/dcpomatic/usr/share/locale/es/LC_MESSAGES/dcpomatic-wxstd.mo
cp -a /usr/local/share/locale/fr/LC_MESSAGES/wxstd.mo debian/dcpomatic/usr/share/locale/fr/LC_MESSAGES/dcpomatic-wxstd.mo