SOURCES: newt-install_sh.patch - up
arekm
arekm at pld-linux.org
Fri Sep 16 10:43:08 CEST 2005
Author: arekm Date: Fri Sep 16 08:43:08 2005 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- up
---- Files affected:
SOURCES:
newt-install_sh.patch (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SOURCES/newt-install_sh.patch
diff -u SOURCES/newt-install_sh.patch:1.1 SOURCES/newt-install_sh.patch:1.2
--- SOURCES/newt-install_sh.patch:1.1 Fri Jan 18 09:39:04 2002
+++ SOURCES/newt-install_sh.patch Fri Sep 16 10:43:03 2005
@@ -1,12 +1,13 @@
---- newt-0.50.34/Makefile.in.orig Thu Dec 27 11:32:11 2001
-+++ newt-0.50.34/Makefile.in Thu Dec 27 11:33:23 2001
-@@ -110,7 +110,8 @@
- install-sh: sharedlib whiptcl.so _snackmodule.so
+diff -urN newt-0.51.6.org/Makefile.in newt-0.51.6/Makefile.in
+--- newt-0.51.6.org/Makefile.in 2003-11-06 07:56:47.000000000 +0100
++++ newt-0.51.6/Makefile.in 2005-09-16 10:08:00.388120152 +0200
+@@ -123,7 +123,8 @@
+ install-sh: sharedlib $(WHIPTCLSO) _snackmodule.so
[ -d $(instroot)/$(libdir) ] || install -m 755 -d $(instroot)/$(libdir)
- install -s -m 755 $(LIBNEWTSH) $(instroot)/$(libdir)
+ install -m 755 $(LIBNEWTSH) $(instroot)/$(libdir)
- ln -sf $(LIBNEWTSH) $(instroot)/$(libdir)/libnewt.so
+ ln -sf $(LIBNEWTSH) $(instroot)/$(libdir)/$(LIBNEWTSONAME)
+ ln -sf $(LIBNEWTSONAME) $(instroot)/$(libdir)/libnewt.so
- install -s -m 755 whiptcl.so $(instroot)/$(libdir)
- [ -d $(instroot)/$(pythonbindir) ] || install -m 755 -d $(instroot)/$(pythonbindir)
- install -s -m 755 _snackmodule.so $(instroot)/$(pythonbindir)
+ [ -n "$(WHIPTCLSO)" ] && install -m 755 whiptcl.so $(instroot)/$(libdir) || :
+ for ver in $(PYTHONVERS) ; do \
+ [ -d $(instroot)/$(libdir)/$$ver/site-packages ] || install -m 755 -d $(instroot)/$(libdir)/$$ver/site-packages ;\
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/newt-install_sh.patch?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list