From 79bacfb4a48b48bb9083ba12e422b8869ad993d5 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 12 Jan 2015 09:46:24 +0000 Subject: Remove more nocache params. --- debian/rules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index 5acf5382c..b51089f8b 100755 --- a/debian/rules +++ b/debian/rules @@ -17,10 +17,10 @@ override_dh_auto_configure: ./waf configure --prefix=/usr --target-debian --enable-debug $(CDIST_EXTRA_CONFIGURE) override_dh_auto_build: - ./waf --nocache build + ./waf build override_dh_auto_install: - ./waf --nocache install --destdir=debian/dcpomatic + ./waf install --destdir=debian/dcpomatic 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/ -- cgit v1.2.3