diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-01-12 09:46:24 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-01-12 09:46:24 +0000 |
| commit | 79bacfb4a48b48bb9083ba12e422b8869ad993d5 (patch) | |
| tree | 888127dc63188a4796728db6c7c2313c972f745b /debian/rules | |
| parent | c73ae9025e8de6ab4944d36f3bc61e252bdba42d (diff) | |
Remove more nocache params.
Diffstat (limited to 'debian/rules')
| -rwxr-xr-x | debian/rules | 4 |
1 files changed, 2 insertions, 2 deletions
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/ |
