Skip to content

Commit

Permalink
Fix #538
Browse files Browse the repository at this point in the history
  • Loading branch information
GiovanniBussi committed Jan 8, 2020
1 parent 483cf10 commit 79ebd6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/Makefile
Expand Up @@ -262,7 +262,7 @@ endif
# vim syntax file
if test -d ../../vim/syntax ; then mkdir -p "$(DESTDIR)$(libdir)/$(program_name)" && cd ../../ && tar cf - vim/syntax | tar xf - -C "$(DESTDIR)$(libdir)/$(program_name)/" ; fi
if test -d ../../vim/help ; then mkdir -p "$(DESTDIR)$(libdir)/$(program_name)" && cd ../../ && tar cf - vim/help | tar xf - -C "$(DESTDIR)$(libdir)/$(program_name)/" ; fi
if test -f ../../vim/scripts.vim ; then cp ../../vim/scripts.vim "$(DESTDIR)$(libdir)/$(program_name)/vim/" ; fi
if test -f ../../vim/scripts.vim ; then mkdir -p "$(DESTDIR)$(libdir)/$(program_name)/vim" && cp ../../vim/scripts.vim "$(DESTDIR)$(libdir)/$(program_name)/vim/" ; fi
# making everything visible:
chmod -R go+rX,go-w "$(DESTDIR)$(libdir)/$(program_name)"
chmod -R go+rX,go-w "$(DESTDIR)$(includedir)/$(program_name)"
Expand Down

0 comments on commit 79ebd6d

Please sign in to comment.