On Sun, Apr 10, 2005 at 01:14:40PM +0200, Tollef Fog Heen wrote:
> if test «id-utils» = «gettext»; then \
>   if test -r .././mkinstalldirs; then \
>     .././mkinstalldirs /usr/share/misc/gettext/intl; \
>   else \
>     ../mkinstalldirs /usr/share/misc/gettext/intl; \
>   fi; \
>   /usr/bin/install -c -m 644 VERSION /usr/share/misc/gettext/intl/VERSION; \
>   dists=»ChangeLog Makefile.in linux-msg.sed po2tbl.sed.in xopen-msg.sed 
> gettext.h gettextP.h hash-string.h libgettext.h loadinfo.h bindtextdom.c 
> dcgettext.c dgettext.c gettext.c finddomain.c loadmsgcat.c localealias.c 
> textdomain.c l10nflist.c explodename.c intl-compat.c cat-compat.c»; \
>   for file in $dists; do \
>     /usr/bin/install -c -m 644 ./$file /usr/share/misc/gettext/intl/$file; \
>   done; \
> else \
>   : ; \
> fi

Hmm, maybe I'm blind, but the only place in the build log where there
are files installed into the build system is the part quoted above. But
this code is never actually executed, isn't it?

Gruesse,
-- 
Frank Lichtenheld <[EMAIL PROTECTED]>
www: http://www.djpig.de/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to