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

MakeMaker loosing "installstyle" with PREFIX set #4004

Closed
p5pRT opened this issue May 17, 2001 · 4 comments
Closed

MakeMaker loosing "installstyle" with PREFIX set #4004

p5pRT opened this issue May 17, 2001 · 4 comments

Comments

@p5pRT
Copy link

p5pRT commented May 17, 2001

Migrated from rt.perl.org#7011 (status was 'resolved')

Searchable as RT7011$

@p5pRT
Copy link
Author

p5pRT commented May 17, 2001

From lichtin@bivio.net

# diff Makefile.orig Makefile
58c58
< PREFIX = /usr


PREFIX = /tmp/usr
60,63c60,63
< INSTALLPRIVLIB = $(PREFIX)/lib/perl5/5.6.0
< INSTALLARCHLIB = $(PREFIX)/lib/perl5/5.6.0/i386-linux
< INSTALLSITELIB = $(PREFIX)/lib/perl5/site_perl/5.6.0
< INSTALLSITEARCH = $(PREFIX)/lib/perl5/site_perl/5.6.0/i386-linux


INSTALLPRIVLIB = $(PREFIX)/lib/5.6.0
INSTALLARCHLIB = $(PREFIX)/lib/5.6.0/i386-linux
INSTALLSITELIB = $(PREFIX)/lib/site_perl/5.6.0
INSTALLSITEARCH = $(PREFIX)/lib/site_perl/5.6.0/i386-linux

Anyone have a quick workaround?

Thanks,
Martin

@p5pRT
Copy link
Author

p5pRT commented Nov 26, 2004

From @schwern

I believe this has long since been fixed in the 6.xx series. Could you
double check?

@p5pRT
Copy link
Author

p5pRT commented Nov 26, 2004

@schwern - Status changed from 'open' to 'stalled'

@p5pRT
Copy link
Author

p5pRT commented Jul 26, 2008

p5p@spam.wizbit.be - Status changed from 'stalled' to 'resolved'

@p5pRT p5pRT closed this as completed Jul 26, 2008
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

No branches or pull requests

1 participant