Browse Source

Fix make install plugins path

pull/2/head
Rémi Denis-Courmont 16 years ago
parent
commit
e4aae87da2
  1. 2
      modules/Makefile.am

2
modules/Makefile.am

@ -71,7 +71,7 @@ stamp-cache:
install-exec-hook:
if test -z "$(DESTDIR)"; then \
../bin/vlc-cache-gen$(EXEEXT) "$(vlclibdir)/modules" ; \
../bin/vlc-cache-gen$(EXEEXT) "$(vlclibdir)/plugins" ; \
else \
echo "Staged installation: cache generation skipped!" ; \
fi

Loading…
Cancel
Save