Commit e4aae87d authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Fix make install plugins path

parent 138f0829
...@@ -71,7 +71,7 @@ stamp-cache: ...@@ -71,7 +71,7 @@ stamp-cache:
install-exec-hook: install-exec-hook:
if test -z "$(DESTDIR)"; then \ if test -z "$(DESTDIR)"; then \
../bin/vlc-cache-gen$(EXEEXT) "$(vlclibdir)/modules" ; \ ../bin/vlc-cache-gen$(EXEEXT) "$(vlclibdir)/plugins" ; \
else \ else \
echo "Staged installation: cache generation skipped!" ; \ echo "Staged installation: cache generation skipped!" ; \
fi fi
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment