From ddad1b9099374db2fe7057ea857da2a1b8bc228f Mon Sep 17 00:00:00 2001 From: Chris Cromer Date: Tue, 3 Oct 2017 11:24:19 -0300 Subject: [PATCH] fix directory --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 76a928b..aef5126 100644 --- a/Makefile +++ b/Makefile @@ -47,7 +47,7 @@ install: install_pamac-tray-appindicator install -Dm644 data/systemd/pamac-cleancache.timer $(libdir)/systemd/system/pamac-cleancache.timer install -Dm644 data/systemd/pamac-mirrorlist.service $(libdir)/systemd/system/pamac-mirrorlist.service install -Dm644 data/systemd/pamac-mirrorlist.timer $(libdir)/systemd/system/pamac-mirrorlist.timer - mkdir -p $(libdir)/systemd/system/multi-user.target.wants + mkdir -p $(sysconfdir)/systemd/system/multi-user.target.wants ln -srf $(libdir)/systemd/system/pamac-cleancache.timer $(sysconfdir)/systemd/system/multi-user.target.wants ln -srf $(libdir)/systemd/system/pamac-mirrorlist.timer $(sysconfdir)/systemd/system/multi-user.target.wants install -Dm644 data/polkit/org.manjaro.pamac.policy $(datadir)/polkit-1/actions/org.manjaro.pamac.policy