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

Create $(datadir) before attempting to install timezeal.* to it. #9

Closed
wants to merge 1 commit into from
Closed

Conversation

ekpyron
Copy link

@ekpyron ekpyron commented Jan 3, 2019

Since the install-bin target is run before the install-data target during install, it can happen that $(datadir) does not yet exist while trying to install zseal to $(datadir)/timeseal.$(osname).

This can lead to build failures, for example as reported for the Archlinux AUR build process (see https://aur.archlinux.org/packages/eboard/). I suggested a workaround for them to avoid the problem, but it would be much nicer to fix this right here, so I hope you will merge this tiny change :-).

@ekpyron
Copy link
Author

ekpyron commented Jan 3, 2019

An alternative would be to fix #5 while keeping this problem in mind instead.

@fbergo fbergo self-assigned this Jan 7, 2019
@fbergo
Copy link
Owner

fbergo commented Jan 7, 2019

I have just pushed a fix to this issue, but keeping the directories before files order of the other entries.

@ekpyron
Copy link
Author

ekpyron commented Jan 7, 2019

Nice, thanks :-)!

@ekpyron ekpyron closed this Jan 7, 2019
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.

None yet

2 participants