]> code.delx.au - refind/blobdiff - debian/debinstall
Another round of changes to clear lintian issues.
[refind] / debian / debinstall
index 75fed9e68866f11c2554c887a95fa07c43eebbcd..7fcf330105aaf283c2bf72d56dbc44fd26567b6d 100755 (executable)
@@ -8,6 +8,8 @@ if [[ $UNAMEARCH == "x86_64" ]] ; then
    EFIARCH=x64
 elif [[ $UNAMEARCH == "i686" || $UNAMEARCH == "i586" || $UNAMEARCH == "i486" || $UNAMEARCH == "i386" ]] ; then
    EFIARCH=ia32
+elif [[ $UNAMEARCH == "aarch64" ]] ; then
+   EFIARCH=aa64
 else
    EFIARCH=$UNAMEARCH
 fi