fix filename in fempkg keys and actually make the recipe work
This commit is contained in:
@@ -7,13 +7,15 @@ outputdir = "/home/gabry/lfs-repo/binpkg"
|
|||||||
manifestdir = "/home/gabry/lfs-repo/manifests"
|
manifestdir = "/home/gabry/lfs-repo/manifests"
|
||||||
destdir = f"{fembuilddir}/DESTDIR"
|
destdir = f"{fembuilddir}/DESTDIR"
|
||||||
|
|
||||||
deps = ["cmake"]
|
deps = ["gpg"]
|
||||||
|
|
||||||
build = [
|
build = [
|
||||||
# Extract
|
# Extract
|
||||||
|
f"mkdir -p {fembuilddir}",
|
||||||
|
|
||||||
# 64-bit build
|
# 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
|
# Cleanup
|
||||||
f"rm -rf {fembuilddir}"
|
f"rm -rf {fembuilddir}"
|
||||||
@@ -68,7 +68,7 @@ fastfetch.recipe.py
|
|||||||
fcron.recipe.py
|
fcron.recipe.py
|
||||||
femboyos-postpatches.recipe.py
|
femboyos-postpatches.recipe.py
|
||||||
femctl.recipe.py
|
femctl.recipe.py
|
||||||
femkpg-keys.recipe.py
|
fempkg-keys.recipe.py
|
||||||
fempkg.recipe.py
|
fempkg.recipe.py
|
||||||
ffmpeg.recipe.py
|
ffmpeg.recipe.py
|
||||||
fftw.recipe.py
|
fftw.recipe.py
|
||||||
|
|||||||
Reference in New Issue
Block a user