fix filename in fempkg keys and actually make the recipe work

This commit is contained in:
2025-12-16 15:55:51 +01:00
parent a0ab294e18
commit 4d99a0186f
2 changed files with 5 additions and 3 deletions

View File

@@ -7,13 +7,15 @@ outputdir = "/home/gabry/lfs-repo/binpkg"
manifestdir = "/home/gabry/lfs-repo/manifests"
destdir = f"{fembuilddir}/DESTDIR"
deps = ["cmake"]
deps = ["gpg"]
build = [
# Extract
f"mkdir -p {fembuilddir}",
# 64-bit build
f"cd {fembuilddir} && mkdir -p /var/lib/fempkg/keys && cp -pvra fempkg_pubkey.asc /var/lib/fempkg/keys/fempkg_pubkey.asc",
f"cd {fembuilddir} && mkdir -p /var/lib/fempkg/keys && cp -pvra /var/lib/fempkg/pkgs/fempkg_pubkey.asc /var/lib/fempkg/keys/fempkg_pubkey.asc",
f"gpg --import /var/lib/fempkg/keys/fempkg_pubkey.asc",
# Cleanup
f"rm -rf {fembuilddir}"

View File

@@ -68,7 +68,7 @@ fastfetch.recipe.py
fcron.recipe.py
femboyos-postpatches.recipe.py
femctl.recipe.py
femkpg-keys.recipe.py
fempkg-keys.recipe.py
fempkg.recipe.py
ffmpeg.recipe.py
fftw.recipe.py