summaryrefslogtreecommitdiff
path: root/libre/paxd-libre/fix_issues.patch
blob: e61f1e0b3a32fe253716fe1ad79bfcfd162dd659 (plain)
1
2
3
4
5
6
7
8
9
10
--- paxd-libre-1.7.orig/Makefile	2015-01-11 23:21:54.000000000 -0200
+++ paxd-libre-1.7/Makefile	2015-01-12 04:30:41.102819259 -0200
@@ -26,6 +26,6 @@
 	install -Dm644 user.service $(DESTDIR)/usr/lib/systemd/user/paxd-libre.service
 	mkdir -p $(DESTDIR)/usr/lib/systemd/system/sysinit.target.wants
 	ln -t $(DESTDIR)/usr/lib/systemd/system/sysinit.target.wants -sf ../paxd-libre.service
-	ln -sf $(DESTDIR)/etc/paxd-libre.conf $(DESTDIR)/etc/paxd.conf
+	ln -sf paxd-libre.conf $(DESTDIR)/etc/paxd.conf
 
 .PHONY: all clean install