chiark / gitweb /
Fix install locations
authorAndreas Messer <andi@bastelmap.de>
Thu, 4 Jan 2018 22:05:59 +0000 (23:05 +0100)
committerAndreas Messer <andi@bastelmap.de>
Thu, 4 Jan 2018 22:05:59 +0000 (23:05 +0100)
debian/elogind.install
debian/libelogind-dev.install
debian/libelogind.install
debian/rules

index 39c7e9b0018318503c1f0b7917b68aac5c45c926..d405bcef380c1837deb2fde5921dc7955b0d22ac 100644 (file)
@@ -1,18 +1,18 @@
+bin/loginctl
+bin/elogind-inhibit
 etc/elogind/logind.conf
 etc/pam.d/elogind-user
+lib/elogind/elogind
+lib/elogind/elogind-cgroups-agent
 lib/udev/rules.d/*.rules
-usr/bin/loginctl
-usr/bin/elogind-inhibit
-usr/lib/elogind/elogind
-usr/lib/elogind/elogind-cgroups-agent
-usr/share/polkit-1/*
 usr/share/bash-completion/*
+usr/share/dbus-1/*
+usr/share/doc/elogind/*
+usr/share/factory/*
 usr/share/man/man1/loginctl.1
 usr/share/man/man5/logind.conf.5
 usr/share/man/man7/elogind.*.7
 usr/share/man/man8/pam_elogind.8
 usr/share/man/man8/elogind.8
+usr/share/polkit-1/*
 usr/share/zsh/*
-usr/share/doc/elogind/*
-usr/share/dbus-1/*
-usr/share/factory/*
index 3665adf6162413ff10e7195f6649145e7ee4eeb4..70f3e5bf366ca049c769f242d7ec2ac54989c182 100644 (file)
@@ -1,6 +1,6 @@
 usr/lib/*/pkgconfig/libelogind.pc
-usr/lib/*/security/pam_elogind.la
-usr/lib/*/libelogind.la
-usr/share/man/man3/*
+lib/*/security/pam_elogind.la
+lib/*/libelogind.la
 usr/include/elogind/*
 usr/include/elogind/systemd/*
+usr/share/man/man3/*
index ed9f101990ce5538d6952a33a9cca64b74fa453f..62e19c2ba121636cd5c9b3f744bc7585cfced25a 100644 (file)
@@ -1,2 +1,2 @@
-usr/lib/*/libelogind.so.*
-usr/lib/*/security/pam_elogind.so
+lib/*/libelogind.so.*
+lib/*/security/pam_elogind.so
index 99bed261089aba209d2179a5b777ba6688246e1c..1207d9174fd96fcd10e2ab8b29dd5be691950375 100755 (executable)
@@ -4,8 +4,11 @@ DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 
 # disable lto because this does not work for me. Building static libraries with i
 # libtool/ar failes. I think this a apackage problem, it should use gcc-ar instead
+# also some of the tests fail
 CONFFLAGS = \
-  --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) \
+  --exec-prefix= \
+  --with-rootprefix= \
+  --with-rootlibdir=/lib/$(DEB_HOST_MULTIARCH) \
   --enable-kdbus \
   --disable-lto \
   --disable-tests