diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2009-07-14 21:25:05 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-06-26 00:30:11 -0600 |
commit | 6ca3d3f0cd4437922280724957dc1279e007da1f (patch) | |
tree | 2103966afb6906da5e48d135f1a1f2292bad065a /Variables | |
parent | 3a511922b9e6fd25aefedb72e35a4afc1cc024a5 (diff) |
0.6.2 -- how come no one told me `make install' fails?
Diffstat (limited to 'Variables')
-rw-r--r-- | Variables | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ -VER '0.6.1' +VER '0.6.2' SHELL '/usr/bin/env bash' prefix "$HOME" bindir 'bin' -libdir '/etc/rvs/' +libdir '/etc/rvs' |