summaryrefslogtreecommitdiff
path: root/makefiles/1/cdbs
diff options
context:
space:
mode:
authorModestas Vainius <modestas@vainius.eu>2010-02-13 14:54:53 +0200
committerModestas Vainius <modestas@vainius.eu>2010-02-13 15:54:34 +0200
commit62d9d9a52cd0abd59cd81482bb9079d638cadb88 (patch)
tree132f40f50b4157cd325d8ced8634eb4db8285c7b /makefiles/1/cdbs
parent5fac35d0ed955bff8c7c4716a6ee3521d3787a3b (diff)
downloadpkg-kde-tools-62d9d9a52cd0abd59cd81482bb9079d638cadb88.tar.gz
Implement dh_movelibkdeinit debhelper program.
It moves libkdeinit4_*.so from public /usr/lib to private /usr/lib/kde4/libkdeinit if RUNPATHs are set properly. Add this helper to CDBS kde.mk/debian-qt-kde.mk and debhelper kde addon.
Diffstat (limited to 'makefiles/1/cdbs')
-rw-r--r--makefiles/1/cdbs/kde.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/makefiles/1/cdbs/kde.mk b/makefiles/1/cdbs/kde.mk
index 264d8b6..9fe5f70 100644
--- a/makefiles/1/cdbs/kde.mk
+++ b/makefiles/1/cdbs/kde.mk
@@ -6,3 +6,6 @@ include /usr/share/pkg-kde-tools/makefiles/1/variables.mk
DEB_CMAKE_EXTRA_FLAGS += $(DEB_CMAKE_KDE4_FLAGS) $(DEB_CMAKE_CUSTOM_FLAGS)
DEB_COMPRESS_EXCLUDE = .dcl .docbook -license .tag .sty .el
+
+$(patsubst %,binary-post-install/%,$(DEB_ARCH_PACKAGES)) :: binary-post-install/%:
+ dh_movelibkdeinit -p$(cdbs_curpkg) $(DEB_DH_MOVELIBKDEINIT_ARGS)