summaryrefslogtreecommitdiff
path: root/plugins/repo/get.f.sh
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/repo/get.f.sh')
-rw-r--r--plugins/repo/get.f.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/repo/get.f.sh b/plugins/repo/get.f.sh
index 4862ccc..bb43099 100644
--- a/plugins/repo/get.f.sh
+++ b/plugins/repo/get.f.sh
@@ -1,6 +1,6 @@
#!@SHELL@
name='rvs repo get.f'
-ver='0.7.3'
+ver=0.8r61
# Copyright (C) 2009 Luke Shumaker
#
# This file is part of rvs.
@@ -19,11 +19,11 @@ ver='0.7.3'
# If not, write to the Free Software Foundation,
# 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-#source "$libexecdir/lib/stdio"
+#source "$libexecdir/@ID@/stdio"
# get.f ID FILENAME
id="$1"
file="$2"
-install -T "$REPO/$id" "$file"
+install -T "$REPO/@ID@/$id" "$file"