diff options
| author | Ted Gould <ted@gould.cx> | 2014-02-25 15:50:44 -0600 |
|---|---|---|
| committer | Ted Gould <ted@gould.cx> | 2014-02-25 15:50:44 -0600 |
| commit | c003018253a7f1574c5f370bf2e1c2148e1df328 (patch) | |
| tree | 938cf52caa3dccd85e7b48e0161473b316674f41 /debian/rules | |
| parent | 0b93aa745830a32185f4383ba3813fbbd307bdf2 (diff) | |
| parent | 69231381cb7656b551d860c441b8d9750f9f5bc2 (diff) | |
| download | ayatana-indicator-sound-c003018253a7f1574c5f370bf2e1c2148e1df328.tar.gz ayatana-indicator-sound-c003018253a7f1574c5f370bf2e1c2148e1df328.tar.bz2 ayatana-indicator-sound-c003018253a7f1574c5f370bf2e1c2148e1df328.zip | |
Merge trunk and export
Diffstat (limited to 'debian/rules')
| -rwxr-xr-x | debian/rules | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 9a276dc..3f1dfeb 100755 --- a/debian/rules +++ b/debian/rules @@ -5,3 +5,8 @@ export DPKG_GENSYMBOLS_CHECK_LEVEL=4 %: dh $@ --parallel --fail-missing --with translations +override_dh_auto_configure: + # Debian defines CMAKE_INSTALL_LOCALSTATEDIR as /usr/var, which is wrong. + # So until Debian bug 719148 is fixed, do it ourselves. + dh_auto_configure -- -DCMAKE_INSTALL_LOCALSTATEDIR="/var" + |
