From e753a97ce561b237a2437c17fa299394682cb4f0 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 13 Oct 2014 23:50:58 +0100 Subject: Missing mkdir. --- debian/rules | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3