diff options
Diffstat (limited to 'packages/win32_inno/Makefile')
-rwxr-xr-x | packages/win32_inno/Makefile | 31 |
1 files changed, 10 insertions, 21 deletions
diff --git a/packages/win32_inno/Makefile b/packages/win32_inno/Makefile index c8e63750..961d507e 100755 --- a/packages/win32_inno/Makefile +++ b/packages/win32_inno/Makefile @@ -155,27 +155,16 @@ lib_install: -install -p $(system32)/msvcp71.dll $(DESTDIR)$(bindir) -install -p $(system32)/msvcr71.dll $(DESTDIR)$(bindir) # these go into the Pd package's lib dir - install -d $(DESTDIR)$(libdir)/tcl8 - rsync -axv --cvs-exclude /usr/local/lib/tcl8/* \ - $(DESTDIR)$(libdir)/tcl8 - install -d $(DESTDIR)$(libdir)/tcl8.5 - rsync -axv --cvs-exclude /usr/local/lib/tcl8.5/* \ - $(DESTDIR)$(libdir)/tcl8.5 - install -d $(DESTDIR)$(libdir)/tk8.5 - rsync -axv --cvs-exclude /usr/local/lib/tk8.5/* \ - $(DESTDIR)$(libdir)/tk8.5 - install -d $(DESTDIR)$(libdir)/dde1.3 - rsync -axv --cvs-exclude /usr/local/lib/dde1.3/* \ - $(DESTDIR)$(libdir)/dde1.3 - install -d $(DESTDIR)$(libdir)/reg1.2 - rsync -axv --cvs-exclude /usr/local/lib/reg1.2/* \ - $(DESTDIR)$(libdir)/reg1.2 - install -d $(DESTDIR)$(libdir)/tkdnd2.2 - rsync -axv --cvs-exclude /usr/local/lib/tkdnd2.2/* \ - $(DESTDIR)$(libdir)/tkdnd2.2 - install -d $(DESTDIR)$(libdir)/tcllib1.13 - rsync -axv --cvs-exclude /usr/local/lib/tcllib1.13/* \ - $(DESTDIR)$(libdir)/tcllib1.13 + install -d $(DESTDIR)$(libdir)/ + rsync -axv --cvs-exclude \ + /usr/local/lib/tcl8 \ + /usr/local/lib/tcl8.5 \ + /usr/local/lib/tk8.5 \ + /usr/local/lib/dde1.3 \ + /usr/local/lib/reg1.2 \ + /usr/local/lib/tkdnd2.2 \ + /usr/local/lib/tcllib1.13 \ + $(DESTDIR)$(libdir)/ # tcllib install |