aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorChristopher Roy Bratusek <nano@jpberlin.de>2015-05-13 18:45:22 +0200
committerChristopher Roy Bratusek <nano@jpberlin.de>2015-05-13 18:45:22 +0200
commit7dcf9f3639b2fde689f95f1da647b4a8fb1696cb (patch)
tree50c5fc9c929d15ad94776c2f6a382fe2a8d69053 /debian
parentremove creation of luminaStartapps from debian/rules (diff)
downloadlumina-7dcf9f3639b2fde689f95f1da647b4a8fb1696cb.tar.gz
lumina-7dcf9f3639b2fde689f95f1da647b4a8fb1696cb.tar.bz2
lumina-7dcf9f3639b2fde689f95f1da647b4a8fb1696cb.zip
drop unneeded DEB_HOST_MULTIARCH re-definition from debian/rules
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/rules1
1 files changed, 0 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index f920bb58..1f88907b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,6 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
QMAKE = /usr/lib/$(DEB_HOST_MULTIARCH)/qt5/bin/qmake
-DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
USER_QMAKE_FLAGS = \
PREFIX=/usr \
LIBPREFIX=/usr/lib/$(DEB_HOST_MULTIARCH) \
bgstack15