|
|
fi | fi |
done | done |
| |
# change installation path |
# change installation path + fix the wrapper command (disable plugins) |
cd ${S} | cd ${S} |
sed -i "s:VIMRUNTIME:VIM:" cream || die "sed #1 broke" |
cat >cream <<EOF |
sed -i "/let \$CREAM/s:VIMRUNTIME:VIM:" creamrc || die "sed #2 broke" |
#!/bin/sh |
|
gvim -u NONE -U "\\\$VIM/cream/creamrc" "\$@" |
|
EOF |
|
sed -i "/let \$CREAM/s:VIMRUNTIME:VIM:" creamrc || die "sed #1 broke" |
} | } |
| |
src_install() { | src_install() { |