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

add DESTDIR to csu Makefile.in #26

Closed
GoogleCodeExporter opened this issue Apr 1, 2016 · 1 comment
Closed

add DESTDIR to csu Makefile.in #26

GoogleCodeExporter opened this issue Apr 1, 2016 · 1 comment

Comments

@GoogleCodeExporter
Copy link

Add $(DESTDIR) to each start of the path for each install line in the csu
Makefile.in

This allows for easy packaging, without having to change the prefix.
normally DESTDIR is blank, allowing normal installation but it can be set
to local dir, such as ./temp/
The contents of this ./temp/ dir can then be archived and extracted at
later / to install the program, a method used by many linux packaging systems.

Original issue reported on code.google.com by Phi...@gmail.com on 13 Sep 2007 at 4:11

@GoogleCodeExporter
Copy link
Author

Submitted twice, marked as Duplicate

Original comment by Phi...@gmail.com on 13 Sep 2007 at 4:12

  • Changed state: Duplicate

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

1 participant