From: Carl Hetherington Date: Mon, 13 Oct 2014 22:50:58 +0000 (+0100) Subject: Missing mkdir. X-Git-Tag: v2.0.48~555^2~3 X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;h=e753a97ce561b237a2437c17fa299394682cb4f0;hp=cfab5000062770d7df5bbf420111dc198c966963;p=dcpomatic.git Missing mkdir. --- 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