aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAntoine Jacoutot <ajacoutot@bsdfrog.org>2014-08-17 00:31:57 +0800
committerAntoine Jacoutot <ajacoutot@bsdfrog.org>2014-08-17 00:31:57 +0800
commitaa4868db67219d83d810dfea9f04874c9cc2b7d5 (patch)
tree5f386c4f2cb6095a0b58df9aabe73b07813580e8 /Makefile
parent3d6bffb8877bb40df1095c6966985c3ccd543548 (diff)
downloadsystembsd-aa4868db67219d83d810dfea9f04874c9cc2b7d5.tar
systembsd-aa4868db67219d83d810dfea9f04874c9cc2b7d5.tar.gz
systembsd-aa4868db67219d83d810dfea9f04874c9cc2b7d5.tar.bz2
systembsd-aa4868db67219d83d810dfea9f04874c9cc2b7d5.tar.lz
systembsd-aa4868db67219d83d810dfea9f04874c9cc2b7d5.tar.xz
systembsd-aa4868db67219d83d810dfea9f04874c9cc2b7d5.tar.zst
systembsd-aa4868db67219d83d810dfea9f04874c9cc2b7d5.zip
Add /etc/machine-info.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index bcfab91..9eea11e 100644
--- a/Makefile
+++ b/Makefile
@@ -96,6 +96,7 @@ _install_conf: _generate_servicefiles
${INSTALL_DATA_DIR} $(DESTDIR)$(DBUS_POLICYDIR)
${INSTALL_DATA_DIR} $(DESTDIR)$(DBUS_CONFIGDIR)
${INSTALL_DATA_DIR} $(DESTDIR)$(POLKIT_POLICYDIR)
+ ${INSTALL_DATA} $(CONFDIR)/machine-info $(DESTDIR)$(SYSCONFDIR)/
${INSTALL_DATA} $(POLICYDIR)/*-dbus.conf $(DESTDIR)$(DBUS_POLICYDIR)/
${INSTALL_DATA} $(SERVICEFDIR)/*.service $(DESTDIR)$(DBUS_CONFIGDIR)/
${INSTALL_DATA} $(POLKITDIR)/*.policy $(DESTDIR)$(POLKIT_POLICYDIR)/