index : devtools32 | |
Archlinux32 fork of devtools | gitolite user |
summaryrefslogtreecommitdiff |
-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 +} |