You are a hero. This worked perfect! Thanks a lot!
Ed Deloye <EDeloye@...> writes: > > > > During build of swftools-0.9.2 I got these messages during the make install > > > · > rm -f /usr/local/rfmd/share/swftools/swfs/default_viewer.swf -o -L /usr/local/rfmd/share/swftools/swfs/default_viewer.swf > > · > rm: invalid option -- o > > · > Try `rm --help' for more information. > > I modified the file Makefile.in in the swfs directory, ran the install to verify it worked correctly, then generated this patch with diff: > > > --- Makefile.in 2012-04-08 13:25:26.000000000 -0400 > +++ ../../swftools-0.9.2-with-change/swfs/Makefile.in 2013-02-21 15:13:46.000000000 -0500 > <at> <at> -41,9 +41,9 <at> <at> > $(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 -o -L $(pkgdatadir)/swfs/default_viewer.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 -o -L $(pkgdatadir)/swfs/default_loader.swf > + rm -f $(pkgdatadir)/swfs/default_loader.swf > $(LN_S) $(pkgdatadir)/swfs/tessel_loader.swf $(pkgdatadir)/swfs/default_loader.swf > > uninstall: > > Hope this helps someone. > > Ed > > > > > > --------------- > 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> --------------- 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>
