summaryrefslogtreecommitdiff
path: root/pcr-testing
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2023-02-02 07:21:16 -0500
committerbill-auger <mr.j.spam.me@gmail.com>2023-02-08 15:55:56 -0500
commitac2d276682d34084e6c0445ab217cb1c85e6c326 (patch)
treea051c890a1e47d0658022380c66eff19f30fd7a2 /pcr-testing
parent971d3ca74cf6b51c83ad5d924222fc0568bfae6c (diff)
[calamares]: housekeeping
Diffstat (limited to 'pcr-testing')
-rw-r--r--pcr-testing/calamares/PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/pcr-testing/calamares/PKGBUILD b/pcr-testing/calamares/PKGBUILD
index 8674ef590..5d2a2524c 100644
--- a/pcr-testing/calamares/PKGBUILD
+++ b/pcr-testing/calamares/PKGBUILD
@@ -31,7 +31,9 @@ _version_constraint() # (dep_pkgname)
prepare()
{
- sed -i "s|_BUILD_DATE_|$(date +%Y.%m)|" ${srcdir}/${pkgname}/src/branding/parabola/branding.desc
+ cd "${srcdir}"/${pkgname}/
+
+ sed -i "s|_BUILD_DATE_|$(date +%Y.%m)|" src/branding/parabola/branding.desc
}
build()