diff --git a/packages/win32_inno/Makefile b/packages/win32_inno/Makefile index 5330fe4f5fd19165092e090acc2cfb6ee0498e3d..18aa4ebded6feb59f2d71dfb23552a9ec398f7af 100755 --- a/packages/win32_inno/Makefile +++ b/packages/win32_inno/Makefile @@ -132,7 +132,7 @@ lib_install: # lyonpotpourri compiles its own shared lib. On Windows it needs to be # in the path of the pd executable in order to get loaded. (There's probably # also a way to add the external lib's path but I don't know how to do that.) - install -p $(DESTDIR)/extra/lyon/liblyonpotpourri.dll $(DESTDIR)$(bindir) + install -p $(DESTDIR)/extra/lyonpotpourri/liblyonpotpourri.dll $(DESTDIR)$(bindir) # fftease also uses a shared lib... install -p $(DESTDIR)/extra/fftease/libfftease.dll $(DESTDIR)$(bindir)