[luci] How to build luci-app-xxx package

Nguyễn Hồng Quân ng.hong.quan at gmail.com
Fri Sep 21 11:15:03 CEST 2012


I found that your Makefile script forgot to copy files in "root" folder to
build_dir, and the final package is missing those files.

Here is my modification:
From:
define Build/Prepare
    for d in luasrc; do \
Change to:
define Build/Prepare
    for d in luasrc root; do \

Regards

***********************************************
* Nguyễn Hồng Quân                            *
* Y!M: ng_hquan_vn                            *
* Identi.ca: hongquan                           *
***********************************************


2012/8/28 Nguyễn Hồng Quân <ng.hong.quan at gmail.com>

> Thanks, I built successfully
>
> ***********************************************
> * Nguyễn Hồng Quân                            *
> * Y!M: ng_hquan_vn                            *
> * Identi.ca: hongquan                           *
> ***********************************************
>
>
> 2012/8/27 Jo-Philipp Wich <xm at subsignal.org>
>
>> -----BEGIN PGP SIGNED MESSAGE-----
>> Hash: SHA1
>>
>> Hi.
>>
>> > I chose my package in make menuconfig But when I build, I get this
>> > error
>>
>> Ah yes, there where some mistakes in my Makefile, I updated the
>> package template at the same url.
>>
>> ~ Jow
>> -----BEGIN PGP SIGNATURE-----
>> Version: GnuPG v1.4.12 (GNU/Linux)
>> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
>>
>> iEYEARECAAYFAlA7ZjQACgkQdputYINPTPMjggCfbaTJnPDnyqzzdzskswVWZ+jT
>> cy0AoJD4v5oGY+vMlI4Qx1z2UHfPxZi2
>> =Vr+j
>> -----END PGP SIGNATURE-----
>> _______________________________________________
>> luci mailing list
>> luci at lists.subsignal.org
>> https://lists.subsignal.org/mailman/listinfo/luci
>>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.subsignal.org/pipermail/luci/attachments/20120921/ad01df6c/attachment.html>


More information about the luci mailing list