Skip to content

Conversation

@stelian42
Copy link

No description provided.

make DESTDIR=$TMPDIR/usr install

cd ../gpio
make DESTDIR=$TMPDIR install
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you recall why this change was made? Why add /usr?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Because in Makefile PREFIX=/local... So without the /usr it will be installed in $TMPDIR/local/lib...

I could do "make DESTDIR=$TMPDIR PREFIX=/usr/local instead" ...

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.

2 participants