mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-19 01:35:24 +01:00
Fix permissions on perl files
Also fixes stripping perl 5.32 in bubblewrap. Fixes #263
This commit is contained in:
parent
3696fec3e3
commit
b304a8c6f8
1 changed files with 3 additions and 0 deletions
|
|
@ -54,4 +54,7 @@ src_install() {
|
||||||
# Improve reproducibility. hostcat might be empty or set to "cat /etc/hosts"
|
# Improve reproducibility. hostcat might be empty or set to "cat /etc/hosts"
|
||||||
# depending on whether /etc/hosts was available during the build.
|
# depending on whether /etc/hosts was available during the build.
|
||||||
sed -i "s_^hostcat='.*'\$_hostcat=''_g" "${DESTDIR}${PREFIX}/lib/perl5/5.32.1/i386-linux/Config_heavy.pl"
|
sed -i "s_^hostcat='.*'\$_hostcat=''_g" "${DESTDIR}${PREFIX}/lib/perl5/5.32.1/i386-linux/Config_heavy.pl"
|
||||||
|
|
||||||
|
# There are strange permissions on installed files.
|
||||||
|
find "${DESTDIR}${PREFIX}/lib" -type f -exec chmod 644 {} \;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue