On Sun, Sep 28, 2008 at 5:54 AM, Jonas Karlsson <[EMAIL PROTECTED]> wrote:
> 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?

The packager is already in charge of calling 'make' before releasing a
new Scripts package, so running make+SymlinkProgram doesn't make sense
anymore. IIRC Detsch is the one who originally wrote that, so it would
be good to hear his opinion, too.

Lucas
_______________________________________________
gobolinux-devel mailing list
gobolinux-devel@lists.gobolinux.org
http://lists.gobolinux.org/mailman/listinfo/gobolinux-devel

Reply via email to