index : devtools32 | |
Archlinux32 fork of devtools | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2023-06-12 20:08:18 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2023-06-12 20:08:18 +0200 |
commit | f62b4daf980851a8b198c5edfe2fd73efc975ea8 (patch) | |
tree | 0110029a7baf5b2b74a8323aaa632c8a919912f1 /src/lib/repo/arch32.sh | |
parent | 66a8493094981088f5dcee837856edc2fb46a5fd (diff) |
-rw-r--r-- | src/lib/repo/arch32.sh | 4 |
diff --git a/src/lib/repo/arch32.sh b/src/lib/repo/arch32.sh index 5f7c5c5..996630d 100644 --- a/src/lib/repo/arch32.sh +++ b/src/lib/repo/arch32.sh @@ -1,10 +1,10 @@ pkgctl_repo_patch_arch32() { local pkgname="$1" - + # add the remote branch with our patches git -C "${pkgname}" remote add -m master archlinux32 https://git.archlinux32.org/packages/ # extend architecture with our architecture awk -i inplace '!/^arch=[^#]*any/ {gsub(/^arch=\(/,"arch=(i486 i686 pentium4 ")}; {print}' \ "${pkgname}/PKGBUILD" -}
\ No newline at end of file +} |