perl: set proper perms to installed files.
This commit is contained in:
@@ -223,8 +223,8 @@ do_install() {
|
|||||||
make DESTDIR=${DESTDIR} install
|
make DESTDIR=${DESTDIR} install
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Set proper perms to shared libs.
|
find ${DESTDIR}/usr/share -type f -exec chmod 644 {} \;
|
||||||
find ${DESTDIR} -type f -name \*.so -exec chmod 644 {} \;
|
find ${DESTDIR}/usr/lib -type f -exec chmod 644 {} \;
|
||||||
|
|
||||||
# Make a link from perl${version} to perl.
|
# Make a link from perl${version} to perl.
|
||||||
ln -sf perl${version} ${DESTDIR}/usr/bin/perl
|
ln -sf perl${version} ${DESTDIR}/usr/bin/perl
|
||||||
|
|||||||
Reference in New Issue
Block a user