No need to run ld_config as .so file installed into private lib path.
This commit is contained in:
parent
c5494b7991
commit
16c346afee
4
debian/rules
vendored
4
debian/rules
vendored
@ -4,9 +4,11 @@
|
|||||||
%:
|
%:
|
||||||
dh ${@} --buildsystem cmake --parallel
|
dh ${@} --buildsystem cmake --parallel
|
||||||
|
|
||||||
|
|
||||||
override_dh_auto_install:
|
override_dh_auto_install:
|
||||||
dh_auto_install -- DESTDIR=$(CURDIR)/debian/lxqt-config
|
dh_auto_install -- DESTDIR=$(CURDIR)/debian/lxqt-config
|
||||||
|
|
||||||
override_dh_strip:
|
override_dh_strip:
|
||||||
dh_strip --dbg-package=lxqt-config-dbg
|
dh_strip --dbg-package=lxqt-config-dbg
|
||||||
|
|
||||||
|
override_dh_makeshlibs:
|
||||||
|
dh_makeshlibs -Xlxqt-config
|
||||||
|
Loading…
x
Reference in New Issue
Block a user