From aba23c26fabcc7961a55d6526bb28c92fb9c4ecd Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 13 Sep 2009 17:55:03 -0400 Subject: fix Makefiles a bit redo the ugly kludge in load_plugins(...) in wrapper/plugin-load.h --- wrapper/rvs.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'wrapper/rvs.sh') diff --git a/wrapper/rvs.sh b/wrapper/rvs.sh index d7fc753..4d87170 100644 --- a/wrapper/rvs.sh +++ b/wrapper/rvs.sh @@ -50,7 +50,7 @@ _init() { if [ -z "$repo" ]; then repo=".$name" install -d "$repo" - install -T $libexecdir/plugins $repo/plugins + install -m644 -T $libexecdir/plugins $repo/plugins while read plugin; do echo "initializing plugin \`$plugin'" install -d "$repo/$plugin" @@ -97,7 +97,7 @@ case "$com" in *) repo=`_repo` if [ "$?" = '0' ]; then shift - $libexecdir/runcom $@ + "$libexecdir/runcom" $@ < $repo/plugins exit $? else _error "cannot find an existing repository" -- cgit v1.2.3