diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2011-06-10 14:43:06 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2011-06-10 14:43:06 +0200 |
commit | 84736cfa351ec734f13cc0016f61108c81dc67e3 (patch) | |
tree | 739a60fa4d0cc81c4880424e6e0fa1675dcb5579 /debian/rules | |
parent | 04080cf5a15382f577552fe4ce3e5202dfb24959 (diff) |
include mo files in the right packages
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index fd894b73b..22eb82ca4 100755 --- a/debian/rules +++ b/debian/rules @@ -97,6 +97,10 @@ build/configure-stamp: configure build/build-stamp: build/configure-stamp # Add here commands to compile the package. $(MAKE) binary + # compat symlink for the locale split + mkdir -p build/usr/share + cd build/usr/share && ln -f -s ../../locale . + # done here touch $@ build/build-doc-stamp: build/configure-stamp |