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

Fix the install rule in libctru’s the Makefile #153

Closed
wants to merge 1 commit into from
Closed

Fix the install rule in libctru’s the Makefile #153

wants to merge 1 commit into from

Conversation

linkmauve
Copy link
Contributor

The current way was depending on tar and bzip2 to first create a binary
package then extract it in the directory pointed by DEVKITPRO.

This commit makes the install rule only copy the relevant files, and
handle correctly the standard DESTDIR variable, so packagers can use it
to make their own packages.

@mtheall
Copy link
Contributor

mtheall commented Aug 22, 2015

Remove the '/' between $(DESTDIR) and $(DEVKITPRO).

$(DESTDIR) should already have a trailing '/', otherwise a blank value will break relative paths.

@linkmauve
Copy link
Contributor Author

Here, fixed.

The current way was depending on tar and bzip2 to first create a binary
package then extract it in the directory pointed by DEVKITPRO.

This commit makes the install rule only copy the relevant files, and
handle correctly the standard DESTDIR variable, so packagers can use it
to make their own packages.
@linkmauve
Copy link
Contributor Author

Any news on this issue?

@fincs
Copy link
Member

fincs commented Sep 5, 2015

The changes in this pull request collide with the devkitARM build process. Unfortunately it cannot be accepted.

@fincs fincs closed this Sep 5, 2015
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

3 participants