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
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