diff options
Diffstat (limited to 'x11/i3lock/files/patch-Makefile')
-rw-r--r-- | x11/i3lock/files/patch-Makefile | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/x11/i3lock/files/patch-Makefile b/x11/i3lock/files/patch-Makefile deleted file mode 100644 index 3115173e2034..000000000000 --- a/x11/i3lock/files/patch-Makefile +++ /dev/null @@ -1,15 +0,0 @@ ---- ./Makefile.orig 2012-04-01 13:14:28.000000000 +0200 -+++ ./Makefile 2012-04-08 13:39:09.000000000 +0200 -@@ -42,9 +42,10 @@ - - install: all - $(INSTALL) -d $(DESTDIR)$(PREFIX)/bin -- $(INSTALL) -d $(DESTDIR)$(SYSCONFDIR)/pam.d -+ $(INSTALL) -d $(DESTDIR)$(PREFIX)$(SYSCONFDIR)/pam.d - $(INSTALL) -m 755 i3lock $(DESTDIR)$(PREFIX)/bin/i3lock -- $(INSTALL) -m 644 i3lock.pam $(DESTDIR)$(SYSCONFDIR)/pam.d/i3lock -+ $(INSTALL) -m 644 i3lock.pam $(DESTDIR)$(PREFIX)$(SYSCONFDIR)/pam.d/i3lock -+ $(INSTALL) -m 644 i3lock.1 $(DESTDIR)$(PREFIX)/man/man1 - - uninstall: - rm -f $(DESTDIR)$(PREFIX)/bin/i3lock |