osinfo-data: clean applied patches upstream.

This commit is contained in:
Ark74 2025-04-17 15:53:02 -06:00
parent c5d312a14b
commit ecafd9c542
4 changed files with 2 additions and 69 deletions

View file

@ -24,11 +24,8 @@ VERSION=8
rd_domain=($(cat $DATA/recommended-distros|grep -v \#|awk '{print$3}'))
# Apply latest patches
for patch in $(ls -v ${DATA}/*.patch)
do
patch_p1 $patch
done
# Apply patches
apply_patch_changes
# Remove non-free distros references.
TMPDIR=$(mktemp -d os-XXXX)