1
0
mirror of https://github.com/HorlogeSkynet/archey4 synced 2025-07-23 04:00:40 +02:00

[PACKAGING] Let's go easy on "fake" etc/archey4/ tree removal

This commit is contained in:
Samuel FORESTIER
2021-09-04 17:39:50 +02:00
parent a22d09a000
commit 4bdb44fbcf

@@ -157,8 +157,9 @@ done
# setup.py
# Remove the fake `etc/` directory.
rm -rf etc/
# Remove the fake `etc/archey4/` tree.
rm etc/archey4/config.json && \
rmdir --ignore-fail-on-non-empty -p etc/archey4/
# Silence some Setuptools warnings by re-enabling byte-code generation.