2008/9/28 <[EMAIL PROTECTED]>: > Author: mohjive > Date: 2008-09-28 00:51:46 -0700 (Sun, 28 Sep 2008) > New Revision: 3624 > > Modified: > trunk/Scripts/bin/InstallPackage > Log: > Don't go to the src subdir. We should run "make" from top dir now > > Modified: trunk/Scripts/bin/InstallPackage > =================================================================== > --- trunk/Scripts/bin/InstallPackage 2008-09-27 22:24:54 UTC (rev 3623) > +++ trunk/Scripts/bin/InstallPackage 2008-09-28 07:51:46 UTC (rev 3624) > @@ -362,7 +362,7 @@ > > if [ "$packagename" = "Scripts" ] > then > - cd "${goboPrograms}/$packagename/$packageversion/src" > + cd "${goboPrograms}/$packagename/$packageversion" > make --silent > cd "${goboPrograms}/$packagename/$packageversion/bin" > PATH=$PWD:$PATH ./SymlinkProgram Scripts "$packageversion" > Regarding this code snippet, do we really need this special casing for Scripts?
-- /Jonas _______________________________________________ gobolinux-devel mailing list gobolinux-devel@lists.gobolinux.org http://lists.gobolinux.org/mailman/listinfo/gobolinux-devel