Skip to content

Commit

Permalink
Update to latest autosetup
Browse files Browse the repository at this point in the history
  • Loading branch information
gahr authored and flatcap committed Feb 27, 2018
1 parent fc690bf commit 2f1cd81
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions autosetup/system.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ module-options [subst -noc -nob {
sysconfdir:
sharedstatedir:
localstatedir:
runstatedir:
maintainer-mode=0
dependency-tracking=0
silent-rules=0
Expand Down Expand Up @@ -332,6 +333,7 @@ if {$prefix ne {/usr}} {
define sysconfdir $sysconfdir

define localstatedir [opt-str localstatedir o /var]
define runstatedir [opt-str runstatedir o /run]

define SHELL [get-env SHELL [find-an-executable sh bash ksh]]

Expand Down

0 comments on commit 2f1cd81

Please sign in to comment.