perl: use previous mode for install.
This commit is contained in:
parent
6587318e25
commit
fe3e2c114f
1 changed files with 2 additions and 2 deletions
|
@ -30,7 +30,7 @@ do_build()
|
|||
{
|
||||
./Configure \
|
||||
-des -Dusethreads -Duseshrplib \
|
||||
-Dinstallprefix=${DESTDIR}/usr \
|
||||
-Dinstallprefix=/usr \
|
||||
-Dprefix=/usr -Dvendorprefix=/usr \
|
||||
-Dprivlib=/usr/share/perl5/core_perl \
|
||||
-Darchlib=/usr/lib/perl5/core_perl \
|
||||
|
@ -50,7 +50,7 @@ do_build()
|
|||
do_install()
|
||||
{
|
||||
# We use the same defaults than Arch Linux.
|
||||
make install
|
||||
make DESTDIR=${DESTDIR} install
|
||||
|
||||
# Make a link from perl${version} to perl.
|
||||
cd ${DESTDIR}/usr/bin && ln -sf perl${version} perl
|
||||
|
|
Loading…
Reference in a new issue