[haiku-commits] Re: haiku: hrev46638 - data/bin

  • From: François Revol <revol@xxxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Fri, 03 Jan 2014 07:36:30 +0100

On 03/01/2014 03:40, mattmadia@xxxxxxxxx wrote:
> hrev46638 adds 1 changeset to branch 'master'
> old head: 64d7ff778b606794db4800ed950cc27c2d7012b0
> new head: de5c16f10ad133de6e8f864e3bbb16679d6ad900
> overview: http://cgit.haiku-os.org/haiku/log/?qt=range&q=de5c16f+%5E64d7ff7
> 
> ----------------------------------------------------------------------------
> 
> de5c16f: Do not create the hpkg from within the directory to package.
[...]
>  function MakeHPKG()
>  {
> -     cd "$tempFirmwareDir/../.."
> +     cd "$tempFirmwareDir/../../.."
>       makePackageInfo

Hmm this depends on the dir in question not changing depth over time, I
think it'd be safer to define say tempPackageRoot or something and use
this directly...

François.


Other related posts: