View | Details | Raw Unified
Collapse All | Expand All

(-) cream-0.30.ebuild (-3 / +6 lines)
 Lines 36-45    Link Here 
		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() {