mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
core159: Fix permissions after extraction
There seems to be a bug in tar (which should be gone by now), but on affected systems, we might need to reset directory permissions just in case. Signed-off-by: Michael Tremer <michael.tremer@ipfire.org> Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
committed by
Arne Fitzenreiter
parent
e3eb960c9a
commit
d0a93015a9
@@ -104,6 +104,15 @@ rm -rf /opt/pakfire/db/installed/meta-libstatgrab
|
||||
# Extract files
|
||||
extract_files
|
||||
|
||||
# Fix permissions just in case they broke again
|
||||
chmod -v 755 \
|
||||
/usr \
|
||||
/usr/bin \
|
||||
/usr/lib \
|
||||
/usr/sbin \
|
||||
/var \
|
||||
/var/ipfire
|
||||
|
||||
# update linker config
|
||||
ldconfig
|
||||
|
||||
|
||||
Reference in New Issue
Block a user