summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-10-14 11:11:52 +0100
committerCarl Hetherington <cth@carlh.net>2014-10-14 11:11:52 +0100
commit9e10499fbc305c12857dd8ed1f3508a675e8a70f (patch)
tree3f2e5f0b29e3cfc6e3f50dd6e73c244ef1608aab /debian
parente753a97ce561b237a2437c17fa299394682cb4f0 (diff)
Try to fix previous.
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/rules7
1 files changed, 6 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index a4285ba3f..dd27a7552 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,12 +21,17 @@ 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/
+ mkdir -p debian/dcpomatic/usr/share/locale/de/LC_MESSAGES/
cp -a /usr/local/share/locale/de/LC_MESSAGES/wxstd.mo debian/dcpomatic/usr/share/locale/de/LC_MESSAGES/dcpomatic-wxstd.mo
+ mkdir -p debian/dcpomatic/usr/share/locale/es/LC_MESSAGES/
cp -a /usr/local/share/locale/es/LC_MESSAGES/wxstd.mo debian/dcpomatic/usr/share/locale/es/LC_MESSAGES/dcpomatic-wxstd.mo
+ mkdir -p debian/dcpomatic/usr/share/locale/fr/LC_MESSAGES/
cp -a /usr/local/share/locale/fr/LC_MESSAGES/wxstd.mo debian/dcpomatic/usr/share/locale/fr/LC_MESSAGES/dcpomatic-wxstd.mo
+ mkdir -p debian/dcpomatic/usr/share/locale/it/LC_MESSAGES/
cp -a /usr/local/share/locale/it/LC_MESSAGES/wxstd.mo debian/dcpomatic/usr/share/locale/it/LC_MESSAGES/dcpomatic-wxstd.mo
+ mkdir -p debian/dcpomatic/usr/share/locale/sv/LC_MESSAGES/
cp -a /usr/local/share/locale/sv/LC_MESSAGES/wxstd.mo debian/dcpomatic/usr/share/locale/sv/LC_MESSAGES/dcpomatic-wxstd.mo
+ mkdir -p debian/dcpomatic/usr/share/locale/nl/LC_MESSAGES/
cp -a /usr/local/share/locale/nl/LC_MESSAGES/wxstd.mo debian/dcpomatic/usr/share/locale/nl/LC_MESSAGES/dcpomatic-wxstd.mo
.PHONY: override_dh_strip