From 2ea6612df6fd9d70f2ceb9c4568cdf31e02350c8 Mon Sep 17 00:00:00 2001 From: Maarten van Gompel Date: Sat, 30 Jan 2021 00:13:41 +0100 Subject: [PATCH] fix after last patch: no prefix for configuration files --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 0c9c91d..7a01608 100644 --- a/Makefile +++ b/Makefile @@ -36,11 +36,11 @@ install: $(PROGRAMS) cd configs && find . -type f -exec install -D -m 0644 "{}" "$(DESTDIR)$(PREFIX)/share/sxmo/{}" \; && cd .. # Configs - install -D -m 0644 -t $(DESTDIR)$(PREFIX)/etc/alsa/conf.d/ configs/alsa/alsa_sxmo_enable_dmix.conf + install -D -m 0644 -t $(DESTDIR)/etc/alsa/conf.d/ configs/alsa/alsa_sxmo_enable_dmix.conf - install -D -m 0644 -t $(DESTDIR)$(PREFIX)/etc/polkit-1/rules.d/ configs/polkit/*.rules + install -D -m 0644 -t $(DESTDIR)/etc/polkit-1/rules.d/ configs/polkit/*.rules - install -D -m 0644 -t $(DESTDIR)$(PREFIX)/etc/udev/rules.d/ configs/udev/*.rules + install -D -m 0644 -t $(DESTDIR)/etc/udev/rules.d/ configs/udev/*.rules install -D -m 0644 -t $(DESTDIR)$(PREFIX)/share/applications/ configs/xdg/mimeapps.list