diff options
author | Michael Terry <michael.terry@canonical.com> | 2013-08-30 14:38:23 -0400 |
---|---|---|
committer | Michael Terry <michael.terry@canonical.com> | 2013-08-30 14:38:23 -0400 |
commit | c70cfef49bbc955db2b28fe2966b34f97a79f9b6 (patch) | |
tree | 900cb8319a1687a5b37bb36d0defe42e043876d6 /debian/rules | |
parent | 9ecfe061ca5446d46f9b8a820c9ea6569ba0e64c (diff) | |
download | ayatana-greeter-session-broadcast-c70cfef49bbc955db2b28fe2966b34f97a79f9b6.tar.gz ayatana-greeter-session-broadcast-c70cfef49bbc955db2b28fe2966b34f97a79f9b6.tar.bz2 ayatana-greeter-session-broadcast-c70cfef49bbc955db2b28fe2966b34f97a79f9b6.zip |
Don't build/install the library right now
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index b0a68e1..621e27b 100755 --- a/debian/rules +++ b/debian/rules @@ -2,10 +2,12 @@ export DPKG_GENSYMBOLS_CHECK_LEVEL = 4 export G_MESSAGES_DEBUG=all -export DEBIAN_TARGET_DIR="${CURDIR}/debian/tmp" %: dh $@ +override_dh_auto_install: + dh_auto_install --destdir=debian/tmp + override_dh_install: dh_install --fail-missing |