aboutsummaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2012-10-23 01:14:45 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2012-10-23 01:14:45 +0000
commit33e6cf94e98473f9e9b44977a6fdc0535390cf77 (patch)
tree664df3e00ea896535c8be54e9c2457f2976eab3e /packages
parent7aff89c292b12166c21dfe3165bc242291d35f36 (diff)
simplify rsyncing of Tcl libs
svn path=/trunk/; revision=16480
Diffstat (limited to 'packages')
-rwxr-xr-xpackages/win32_inno/Makefile31
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