summaryrefslogtreecommitdiff
path: root/perllib
diff options
context:
space:
mode:
authorRohan Garg <rohan@kde.org>2014-09-01 15:52:31 +0200
committerRohan Garg <rohan@kde.org>2014-09-01 15:52:31 +0200
commit1387e463e59a9bef75cc8d2c26e5927600f309b8 (patch)
tree3e09479586e0dd25f6ec1b2d914d11337a660b63 /perllib
parente90e2dbd7f1b0b7bf0e3644105838136c6bf24f6 (diff)
downloadpkg-kde-tools-1387e463e59a9bef75cc8d2c26e5927600f309b8.tar.gz
Use KDE_INSTALL_USE_QT_SYS_PATHS to do the right thing automatically.
and drop useless calls.
Diffstat (limited to 'perllib')
-rw-r--r--perllib/Debian/Debhelper/Buildsystem/kf5.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/perllib/Debian/Debhelper/Buildsystem/kf5.pm b/perllib/Debian/Debhelper/Buildsystem/kf5.pm
index d7bbe68..0ffb779 100644
--- a/perllib/Debian/Debhelper/Buildsystem/kf5.pm
+++ b/perllib/Debian/Debhelper/Buildsystem/kf5.pm
@@ -44,7 +44,6 @@ sub get_kf5_flags {
# Unescape flags using shell
$flags = `$^X -w -Mstrict -e 'print join("\\x1e", \@ARGV);' -- $escaped_flags`;
- $flags = $flags . "\x1e-DECM_MKSPECS_INSTALL_DIR=/usr/lib/" . dpkg_architecture_value('DEB_HOST_MULTIARCH') . "/qt5/mkspecs/modules/";
return split("\x1e", $flags);
}