Check the current git repo with the file viewer, I installed on the same server 
as the wiki - http://wiki.swftools.org/viewgit

The Makefile.in from swfs/ has the following:

<snip>

install:
        $(mkinstalldirs) $(pkgdatadir)
        $(mkinstalldirs) $(pkgdatadir)/swfs
        $(INSTALL_DATA) ./simple_viewer.swf $(pkgdatadir)/swfs/simple_viewer.swf
        $(INSTALL_DATA) ./keyboard_viewer.swf 
$(pkgdatadir)/swfs/keyboard_viewer.swf
        $(INSTALL_DATA) ./PreLoaderTemplate.swf 
$(pkgdatadir)/swfs/PreLoaderTemplate.swf
        $(INSTALL_DATA) ./tessel_loader.swf $(pkgdatadir)/swfs/tessel_loader.swf
        $(INSTALL_DATA) ./swft_loader.swf $(pkgdatadir)/swfs/swft_loader.swf
        rm -f $(pkgdatadir)/swfs/default_viewer.swf
        $(LN_S) $(pkgdatadir)/swfs/simple_viewer.swf 
$(pkgdatadir)/swfs/default_viewer.swf
        rm -f $(pkgdatadir)/swfs/default_loader.swf
        $(LN_S) $(pkgdatadir)/swfs/tessel_loader.swf 
$(pkgdatadir)/swfs/default_loader.swf

</snip>

Looks like Matthias has completely removed the 'test' command lines from the 
previous version, and replaced them with those above.

Apols. Only just thought to check.

Regards,


Chris.

>On Wed, 2 May 2012 10:24:15 +1000
>David <[email protected]> wrote:

> rm -f $(pkgdatadir)/swfs/default_viewer.swf -o -L
> $(pkgdatadir)/swfs/default_viewer.swf
> rm -f $(pkgdatadir)/swfs/default_loader.swf -o -L
> $(pkgdatadir)/swfs/default_loader.swf
> 
> The issue is that the `rm` command on this system knows nothing about the
> -o or the -L options.

---------------
SWFTools-common is a self-managed list. To subscribe/unsubscribe, or amend an 
existing subscription, please kindly point your favourite web browser 
at:<http://lists.nongnu.org/mailman/listinfo/swftools-common>

Reply via email to