No need to run ld_config as .so file installed into private lib path.

ubuntu/cosmic
Andrew Lee (李健秋) 9 years ago
parent c5494b7991
commit 16c346afee

4
debian/rules vendored

@ -4,9 +4,11 @@
%:
dh ${@} --buildsystem cmake --parallel
override_dh_auto_install:
dh_auto_install -- DESTDIR=$(CURDIR)/debian/lxqt-config
override_dh_strip:
dh_strip --dbg-package=lxqt-config-dbg
override_dh_makeshlibs:
dh_makeshlibs -Xlxqt-config

Loading…
Cancel
Save