From 13c05c8df6610757b317024d339f8af680631d85 Mon Sep 17 00:00:00 2001 From: David Seifert Date: Fri, 29 Dec 2017 20:01:42 +0100 Subject: app-admin/sud: Port to EAPI 6 Package-Manager: Portage-2.3.19, Repoman-2.3.6 --- app-admin/sud/files/sud-1.3-fix-build-system.patch | 30 ++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 app-admin/sud/files/sud-1.3-fix-build-system.patch (limited to 'app-admin/sud/files/sud-1.3-fix-build-system.patch') diff --git a/app-admin/sud/files/sud-1.3-fix-build-system.patch b/app-admin/sud/files/sud-1.3-fix-build-system.patch new file mode 100644 index 00000000000..5937d3f0a8e --- /dev/null +++ b/app-admin/sud/files/sud-1.3-fix-build-system.patch @@ -0,0 +1,30 @@ +--- a/login/Makefile.am ++++ b/login/Makefile.am +@@ -2,5 +2,5 @@ + ilogin_SOURCES = login.c + ilogin_CFLAGS = -Wall + +-install-data-hook: +- chmod 500 $(sbindir)/ilogin ++install-exec-hook: ++ chmod 500 $(DESTDIR)$(sbindir)/ilogin +--- a/su/Makefile.am ++++ b/su/Makefile.am +@@ -4,5 +4,5 @@ + + INCLUDES = -I../sud + +-install-data-hook: +- chmod 555 $(bindir)/suz ++install-exec-hook: ++ chmod 555 $(DESTDIR)$(bindir)/suz +--- a/sud/Makefile.am ++++ b/sud/Makefile.am +@@ -7,5 +7,5 @@ + #INCLUDES = -I.. + CLEANFILES = conf_lexer.c conf_parser.h conf_parser.c + +-install-data-hook: +- chmod 500 $(sbindir)/sud ++install-exec-hook: ++ chmod 500 $(DESTDIR)$(sbindir)/sud -- cgit v1.2.3-18-g5258