perl/Module-Build-Tiny: update to 0.051 for Perl 5.36 and 5.38
[oi-userland.git] / components / shell / sudosh2 / patches / 03-sudosh-conf.patch
blob400a3c0041cb4e0ca4b1a71f4c3a5221f04da5a0
1 --- sudosh2-1.0.5/src/Makefile.am.orig 2016-10-21 16:56:23.714759717 +0200
2 +++ sudosh2-1.0.5/src/Makefile.am 2016-10-21 16:57:09.479496489 +0200
3 @@ -8,6 +8,6 @@
5 install-sudosh.conf:
6 test -z "$(sysconfdir)" || $(mkdir_p) "$(DESTDIR)$(sysconfdir)"
7 - test -f $(sysconfdir)/sudosh.conf || $(INSTALL) -o 0 -g 0 -m 0444 '$(srcdir)/sudosh.conf' '$(DESTDIR)$(sysconfdir)/sudosh.conf'
8 + test -f $(sysconfdir)/sudosh.conf || $(INSTALL) -m 0444 '$(builddir)/sudosh.conf' '$(DESTDIR)$(sysconfdir)/sudosh.conf'
10 install: install-am install-sudosh.conf