SOURCES: kylix3_open-setup.patch - scripts are in bash, need to ca...

glen glen at pld-linux.org
Sun Mar 19 05:11:57 CET 2006


Author: glen                         Date: Sun Mar 19 04:11:57 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- scripts are in bash, need to call bash

---- Files affected:
SOURCES:
   kylix3_open-setup.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/kylix3_open-setup.patch
diff -u SOURCES/kylix3_open-setup.patch:1.1 SOURCES/kylix3_open-setup.patch:1.2
--- SOURCES/kylix3_open-setup.patch:1.1	Sat Aug 31 18:17:03 2002
+++ SOURCES/kylix3_open-setup.patch	Sun Mar 19 05:11:52 2006
@@ -1,11 +1,30 @@
---- kylix3_open/setup.data/setup.xml.old	Fri Aug 16 21:36:56 2002
-+++ kylix3_open/setup.data/setup.xml	Fri Aug 30 10:43:19 2002
-@@ -6,8 +6,6 @@
- 	preuninstall="setup.data/borprecleanup.sh"
- 	postuninstall="setup.data/borpostcleanup.sh"
+diff -u kylix3_open/setup.data/setup.xml ./setup.data/setup.xml
+--- kylix3_open/setup.data/setup.xml	Fri Aug 30 10:43:19 2002
++++ ./setup.data/setup.xml	2006-03-19 06:07:04.000000000 +0200
+@@ -1,13 +1,11 @@
+ <?xml version="1.0" standalone="yes"?>
+ <install product="kylix3" desc="Borland Kylix 3"
+ 	version="3.0"  path="~"
+-	preinstall="sh setup.data/preinstall.sh" 
+-	postinstall="sh setup.data/borfinalize.sh"
+-	preuninstall="setup.data/borprecleanup.sh"
+-	postuninstall="setup.data/borpostcleanup.sh"
++	preinstall="./setup.data/preinstall.sh" 
++	postinstall="./setup.data/borfinalize.sh"
++	preuninstall="./setup.data/borprecleanup.sh"
++	postuninstall="./setup.data/borpostcleanup.sh"
  	font="-misc-fixed-medium-r-semicondensed-*-*-120-*-*-c-*-iso8859-1">
 -<eula>license.txt</eula>
 -<readme>README</readme>
  <donemsg align="left">**** IMPORTANT ****
  If you installed the GNOME/KDE menu items, please restart X
  Windows to make the menu items appear. 
+@@ -53,7 +51,7 @@
+ 	$INSTALLDIR/bin/delphi
+ </binary>
+ <script>
+-        sh setup.data/main.sh
++        bash ./setup.data/main.sh
+ </script>
+ <binary arch="any" libc="any" inrpm="true" symlink="startbcb" icon="bcb16.xpm" name="Kylix 3 (C++ IDE)" menu="Borland Kylix 3" play="no">
+         $INSTALLDIR/bin/startbcb
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/kylix3_open-setup.patch?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list