libremesh / lime-sdk

LibreMesh software development kit
http://libremesh.org/
GNU General Public License v3.0
50 stars 36 forks source link

Path error when cooking an individual package #22

Closed gmarcos87 closed 7 years ago

gmarcos87 commented 7 years ago

There is a small bug when cooking an individual package. The cooker indicates a different path than it actually is.

$ J=1 V=s ./cooker -b ar71xx/generic --package=lime-app
..........
make[2]: Leaving directory '/home/okupa/libremesh/lime-sdk/feeds/limeui/lime-app'
make[1]: Leaving directory '/home/okupa/libremesh/lime-sdk/17.01.2/ar71xx/generic/sdk'
make: se sale del directorio '/home/okupa/libremesh/lime-sdk/17.01.2/ar71xx/generic/sdk'
-> Build of lime-app successful
-> You can find it on _/home/okupa/libremesh/lime-sdk/output/packages/17.01.2/ar71xx/generic/sdk/bin/packages/mips_24kc/limeui/lime-app_0.0.1-1_mips_24kc.ipk_

But the file is locate in /home/okupa/libremesh/lime-sdk/output/packages/lime-app_0.0.1-1_mips_24kc.ipk

The line that prints the output is https://github.com/libremesh/lime-sdk/blob/6b6d03150782ed83d2dd188f9d9cf8fa83ccffbe/cooker#L238