Update of /cvsroot/simplygnustep/Prometheus2/WorkingTree/Source/Packages/gnustep-gui
In directory sc8-pr-cvs1:/tmp/cvs-serv27577/Packages/gnustep-gui
Modified Files:
Build-Package.sh
Log Message:
Updated all the GNUstep to the newest unstable version
Index: Build-Package.sh
===================================================================
RCS file: /cvsroot/simplygnustep/Prometheus2/WorkingTree/Source/Packages/gnustep-gui/Build-Package.sh,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** Build-Package.sh 25 Jul 2003 02:02:38 -0000 1.5
--- Build-Package.sh 30 Aug 2003 22:51:13 -0000 1.6
***************
*** 5,12 ****
mkdir -p tmp/Developer &&
! tar vfxz gnustep-gui-0.8.8.tar.gz &&
. /System/Makefiles/GNUstep.sh &&
! cd gnustep-gui-0.8.8 &&
make &&
make GNUSTEP_INSTALLATION_DIR=$BUILD_ROOT/System install &&
--- 5,12 ----
mkdir -p tmp/Developer &&
! tar vfxz gnustep-gui-0.8.9.tar.gz &&
. /System/Makefiles/GNUstep.sh &&
! cd gnustep-gui-0.8.9 &&
make &&
make GNUSTEP_INSTALLATION_DIR=$BUILD_ROOT/System install &&
***************
*** 26,30 ****
tar vfc ../../User/contents.tar --exclude=CVS . &&
cd ../../User &&
! tar vfcj ../gnustep-gui-0.8.8.bpkg --exclude=CVS . &&
cd .. &&
--- 26,30 ----
tar vfc ../../User/contents.tar --exclude=CVS . &&
cd ../../User &&
! tar vfcj ../gnustep-gui-0.8.9.bpkg --exclude=CVS . &&
cd .. &&
***************
*** 38,40 ****
tar vfc ../../Developer/contents.tar --exclude=CVS . &&
cd ../../Developer &&
! tar vfcj ../gnustep-gui-devel-0.8.8.bpkg --exclude=CVS .
\ No newline at end of file
--- 38,40 ----
tar vfc ../../Developer/contents.tar --exclude=CVS . &&
cd ../../Developer &&
! tar vfcj ../gnustep-gui-devel-0.8.9.bpkg --exclude=CVS .
\ No newline at end of file
|