On 2012/11/26 06:09, David Coppa wrote:
>
> Hi,
>
> Fix for the following error:
>
> ===> Installing wesnoth-1.10.4p1 from /usr/ports/packages/amd64/all/
> wesnoth-1.10.4p1|**************************************************************************************************************************************|100%
> /bin/sh: /etc/rc.d/bin/update-desktop-database: not found
> system(/bin/sh, -c, /etc/rc.d/bin/update-desktop-database) failed: exit(127)
How come %D is being expanded to /etc/rc.d? That shouldn't happen.
%D Expands to the current directory prefix, as set with
@cwd; in the example case /usr/local.
The only cwd in the package is @cwd /usr/local.