Skip to content

Makefile.in: fix cross-compilation#11

Open
ffontaine wants to merge 1 commit into
miquels:masterfrom
ffontaine:master
Open

Makefile.in: fix cross-compilation#11
ffontaine wants to merge 1 commit into
miquels:masterfrom
ffontaine:master

Conversation

@ffontaine

Copy link
Copy Markdown
  • Use DESTDIR to install each files instead of prepending prefix with it
    as this will result in dotlockfile being wrongly install in $(bindir)
  • Use -f when creating symlink to avoid an error if link already exists
  • Do not install files with root group as this will break
    cross-compilation

Signed-off-by: Fabrice Fontaine fontaine.fabrice@gmail.com

- Use DESTDIR to install each files instead of prepending prefix with it
  as this will result in dotlockfile being wrongly install in $(bindir)
- Use -f when creating symlink to avoid an error if link already exists
- Do not install files with root group as this will break
  cross-compilation

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant