Skip to content

Commit

Permalink
FL-367: app-vim/gentoo-syntax are modified to not to install .gitigno…
Browse files Browse the repository at this point in the history
…re files
  • Loading branch information
janzhou committed Jan 27, 2013
1 parent 6e1b111 commit 4400f44
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app-vim/gentoo-syntax/gentoo-syntax-20120107.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ src_unpack() {
mv "${WORKDIR}/${GITHUB_USER}"-* "${S}" || die
cd "${S}"

# do not install .gitignore, which may cause file conflicts
find . -name .gitignore -exec rm {} \;

if use ignore-glep31 ; then
for f in ftplugin/*.vim ; do
ebegin "Removing UTF-8 rules from ${f} ..."
Expand Down
3 changes: 3 additions & 0 deletions app-vim/gentoo-syntax/gentoo-syntax-20120916.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ src_unpack() {
mv "${WORKDIR}/${GITHUB_USER}"-* "${S}" || die
cd "${S}"

# do not install .gitignore, which may cause file conflicts
find . -name .gitignore -exec rm {} \;

if use ignore-glep31 ; then
for f in ftplugin/*.vim ; do
ebegin "Removing UTF-8 rules from ${f} ..."
Expand Down

0 comments on commit 4400f44

Please sign in to comment.