mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-16 20:13:52 +02:00
perl: set proper perms to installed files.
This commit is contained in:
parent
1d93eff134
commit
4a04a9827d
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue