Skip to content

Commit ec0b6a0

Browse files
authored
fix aarch64
1 parent 2861ad7 commit ec0b6a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

get-dependencies.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ get-debloated-pkgs --add-common --prefer-nano
1414

1515
# Comment this out if you need an AUR package
1616
if [ "$ARCH" = 'aarch64' ]; then
17-
PRE_BUILD_CMDS="sed -i -e 's|amd64|arm64|' ./PKGBUILD"
17+
export PRE_BUILD_CMDS="sed -i -e 's|amd64|arm64|' ./PKGBUILD"
1818
fi
1919
make-aur-package opencode-desktop-bin
2020

0 commit comments

Comments
 (0)