At Friday 02 July 2010, Lyre wrote:
> In Makefile.am, I wrote an custom rule which append the program's
> path to the startup script. it looks like:
>
> echo $(datadir)/myprogram/program-name $OPTIONS >> /bin/program-name
>
> I want to get :
>
> /usr/share/myprogram/program-name $OPTI
On 07/02/2010 08:34 AM, Lyre wrote:
> In Makefile.am, I wrote an custom rule which append the program's path to
> the startup script. it looks like:
>
> echo $(datadir)/myprogram/program-name $OPTIONS >> /bin/program-name
>
> I want to get :
>
> /usr/share/myprogram/program-name $OPTION
In Makefile.am, I wrote an custom rule which append the program's path to
the startup script. it looks like:
echo $(datadir)/myprogram/program-name $OPTIONS >> /bin/program-name
I want to get :
/usr/share/myprogram/program-name $OPTIONS
however, waht I accully get is :
/usr/share/