diff options
| author | Ted Gould <ted@gould.cx> | 2014-03-24 15:02:25 +0000 |
|---|---|---|
| committer | CI bot <ps-jenkins@lists.canonical.com> | 2014-03-24 15:02:25 +0000 |
| commit | 7a312f2f03a0bc0c52ce8a6f834849d70233cf61 (patch) | |
| tree | b7e124f7b3297dc0ea03e08052ae63a7d0d0acc6 /debian/rules | |
| parent | 0aae819193bfd6dba02207c4513ccb038d412d4e (diff) | |
| parent | 7d47058ef00b8aab6e7b58e20bd6e5fbcecdfc34 (diff) | |
| download | ayatana-indicator-sound-7a312f2f03a0bc0c52ce8a6f834849d70233cf61.tar.gz ayatana-indicator-sound-7a312f2f03a0bc0c52ce8a6f834849d70233cf61.tar.bz2 ayatana-indicator-sound-7a312f2f03a0bc0c52ce8a6f834849d70233cf61.zip | |
Export currently running player to Accounts Service
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 6df5436..8fb0f91 100755 --- a/debian/rules +++ b/debian/rules @@ -5,6 +5,11 @@ 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" + override_dh_install: mkdir -p debian/indicator-sound/usr/share/apport/package-hooks/ install -m 644 debian/source_indicator-sound.py debian/indicator-sound/usr/share/apport/package-hooks/ |
