Skip to content

Commit

Permalink
chore: remove special libexec dir
Browse files Browse the repository at this point in the history
use debian default libexec dir

Log:
  • Loading branch information
justforlxz committed Jan 5, 2024
1 parent 8fa8ded commit a55dbb5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed

include /usr/share/dpkg/architecture.mk

DDM_CMAKE_ARGS = -DCMAKE_INSTALL_LIBEXECDIR=/usr/lib/${DEB_HOST_MULTIARCH}/ddm \
-DDBUS_CONFIG_FILENAME="ddm_org.freedesktop.DisplayManager.conf"
DDM_CMAKE_ARGS = -DDBUS_CONFIG_FILENAME="ddm_org.freedesktop.DisplayManager.conf"

ifneq ($(DEB_HOST_ARCH_OS),linux)
DDM_CMAKE_ARGS += -DNO_SYSTEMD=ON -DENABLE_JOURNALD=OFF
Expand Down

0 comments on commit a55dbb5

Please sign in to comment.