Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve 'make install' under MacOS X #63

Closed
scottprahl opened this issue Jun 28, 2012 · 5 comments
Closed

Improve 'make install' under MacOS X #63

scottprahl opened this issue Jun 28, 2012 · 5 comments
Assignees
Milestone

Comments

@scottprahl
Copy link

The -D switch is not available for 'install' under MacOS X (and probably not in other BSDs)

Explicitly creating directories is probably more portable

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

@dagwieers
Copy link
Member

Hmmm, this is unfortunate :-/ Does it have the -d switch ?

@ghost ghost assigned dagwieers Jul 19, 2012
@scottprahl
Copy link
Author

Yes, I just looked (I don't use install much). install does have the -d switch. That is a better change than using cp.

Scott

@dagwieers
Copy link
Member

Closed by 1c57e39.

Thanks for reporting !

@sebastien62
Copy link

hi,
how to install unoconv on MacOsX ?

@dagwieers
Copy link
Member

@sebastien62 Did you read the title, it gives you the clue: "make install"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants