From 419801528066ea61546cde30c9f9f7f953e823b5 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 2 Nov 2009 20:33:40 -0500 Subject: It appears I'd previously edited other files, but as far as I knew a moment ago: The Makefiles have had support for DESTDIR for some time. I just realised configure didn't Which lead me to find some bugs in configure's option handling. --- rvs/plugins/filedata/commit.sh | 3 ++- rvs/plugins/filedata/get.sh | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'rvs/plugins/filedata') diff --git a/rvs/plugins/filedata/commit.sh b/rvs/plugins/filedata/commit.sh index 0f3b8d1..f046db4 100644 --- a/rvs/plugins/filedata/commit.sh +++ b/rvs/plugins/filedata/commit.sh @@ -17,8 +17,9 @@ ver=0.9 # along with this program; see the file COPYING. # If not, see . +out="$1" +file="$2" hash="`cat /dev/stdin`" -file="$1" temp=`mktemp` echo "Hash: $hash" > "$temp" diff --git a/rvs/plugins/filedata/get.sh b/rvs/plugins/filedata/get.sh index 52dbe26..321d5f8 100644 --- a/rvs/plugins/filedata/get.sh +++ b/rvs/plugins/filedata/get.sh @@ -17,5 +17,7 @@ ver=0.9 # along with this program; see the file COPYING. # If not, see . +out="$1" + echo "yeah, this hasn't been coded yet, sorry!" -- cgit v1.2.3-2-g168b