-
Notifications
You must be signed in to change notification settings - Fork 574
MakeMaker generates ``PREFIX=<...>''-ingnorant Makefile #853
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
Comments
From mp@dfki.deI experienced this, while trying to build mod_perl /*with a little Trying to build mod_perl-1.21 under these conditions shows up, that I'd like to use make install PREFIX=$RPM_BUILD_ROOT%{prefix} to get my mod_perl files installed to the temporary install Furthermore, we have to have a clear distinction between variable Should I have not been precise enough, I'll certainly be more Markus PS: ... or would the proper location for my proposed changes be |
From @schwern[mp <!--c--> <i>at</i> <!--a--> dfki.de - Mon Nov 15 02:18:21 1999]:
As of 6.06_01, MakeMaker will *always* set up the $(INSTALL*) variables using perl Makefile.PL PREFIX=foo it is then available for override using make install PREFIX=bar MakeMaker cannot guarantee that For your specific desire, ie. building an RPM, the DESTDIR variable is now supported. make install DESTDIR=/tmp/rpm-root This was also introduced in 6.06_01 but currently contains a known bug. See:
The INSTALL* variables refer to installation targets. The original Config.pm information, as |
@schwern - Status changed from 'open' to 'resolved' |
Migrated from rt.perl.org#1782 (status was 'resolved')
Searchable as RT1782$
The text was updated successfully, but these errors were encountered: