diff options
author | David Spencer <baildon.research@googlemail.com> | 2016-05-29 12:24:20 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-06-01 23:54:53 +0700 |
commit | 222fe7eb23626673694d1bb5a8c0cfa1d7e30d8a (patch) | |
tree | c0c31d061d6332fa18a51964e8d95c504b09f2a4 /system/sudosh2/sudosh2-destdir.patch | |
parent | 38c5cf743d12b311fa318731b562c6677ae847ba (diff) |
system/sudosh2: Fixed install path.
Signed-off-by: David Spencer <baildon.research@googlemail.com>
Diffstat (limited to 'system/sudosh2/sudosh2-destdir.patch')
-rw-r--r-- | system/sudosh2/sudosh2-destdir.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/system/sudosh2/sudosh2-destdir.patch b/system/sudosh2/sudosh2-destdir.patch new file mode 100644 index 0000000000000..eb1ba17d926a5 --- /dev/null +++ b/system/sudosh2/sudosh2-destdir.patch @@ -0,0 +1,13 @@ +diff -u -r sudosh2-1.0.4-orig/src/Makefile.am sudosh2-1.0.4/src/Makefile.am +--- sudosh2-1.0.4-orig/src/Makefile.am 2010-07-09 21:37:01.000000000 +0100 ++++ sudosh2-1.0.4/src/Makefile.am 2016-05-29 11:51:19.902051323 +0100 +@@ -7,7 +7,7 @@ + sysconfdir = @sysconfdir@ + + install-sudosh.conf: +- test -z "$(sysconfdir)" || $(mkdir_p) "$(DESTDIR)$(sysconfdir)" +- test -f $(sysconfdir)/sudosh.conf || $(INSTALL) -o 0 -g 0 -m 0444 '$(srcdir)/sudosh.conf' '$(sysconfdir)/sudosh.conf' ++ $(mkdir_p) "$(DESTDIR)$(sysconfdir)" ++ $(INSTALL) -o 0 -g 0 -m 0444 '$(srcdir)/sudosh.conf' '$(DESTDIR)$(sysconfdir)/sudosh.conf' + + install: install-am install-sudosh.conf |