https://bugs.documentfoundation.org/show_bug.cgi?id=165417

--- Comment #5 from Vincent Lefevre <[email protected]> ---
The Makefile contains

install:
        install -d -m0755 $(DESTDIR)$(bindir)
        install -d -m0755 $(DESTDIR)$(mandir)/man1/
        install -p -m0755 unoconv $(DESTDIR)$(bindir)/unoconv
        install -p -m0644 doc/unoconv.1 $(DESTDIR)$(mandir)/man1/unoconv.1

install-links: $(links)

$(filter %,$(links)):
        ln -sf unoconv $(DESTDIR)$(bindir)/$@

I suppose that archlinux just installs unoconv, i.e. "make install".
Debian does the equivalent of
  make install install-links

So odt2sxw is just a symbolic link to unoconv, and I suppose that it is
equivalent to "unoconv -f sxw".

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to