From 3cdfa2a24cd8279ab5d5204d598f319b175940f2 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 13 Jul 2009 13:23:09 -0400 Subject: rvs 0.6.0 -- major restructuring to: * use a proper build directory, rather than just extracting into / * declare functions in a POSIX/SUS3 compliant way * support systems with out GNU bash, or GNU bash in a place other than /bin/bash --- Variables | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Variables (limited to 'Variables') diff --git a/Variables b/Variables new file mode 100644 index 0000000..dacb7a9 --- /dev/null +++ b/Variables @@ -0,0 +1,5 @@ +VER '0.6.0' +SHELL '/usr/bin/env bash' +prefix "$HOME" +bindir 'bin' +libdir '/etc/rvs/' -- cgit v1.2.3-54-g00ecf