diff options
author | linimon <linimon@FreeBSD.org> | 2017-11-27 09:09:32 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2017-11-27 09:09:32 +0800 |
commit | 5778f7eaba7c8b63ec0c415e5a7de141f01918c0 (patch) | |
tree | a99b373779ddac96c6906e3d24f36ff3749bac7b /emulators/qemu-sbruno | |
parent | e42903307083b662881f7f62edfae92b59323c96 (diff) | |
download | freebsd-ports-graphics-5778f7eaba7c8b63ec0c415e5a7de141f01918c0.tar.gz freebsd-ports-graphics-5778f7eaba7c8b63ec0c415e5a7de141f01918c0.tar.zst freebsd-ports-graphics-5778f7eaba7c8b63ec0c415e5a7de141f01918c0.zip |
Alpha sort _stop function. Doesn't really affect anything (build-tested on armv7).
I have had this patch lurking in my tree for a while.
Diffstat (limited to 'emulators/qemu-sbruno')
-rw-r--r-- | emulators/qemu-sbruno/files/qemu_user_static.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/qemu-sbruno/files/qemu_user_static.in b/emulators/qemu-sbruno/files/qemu_user_static.in index 5a06a11962a..1ac87bba2f8 100644 --- a/emulators/qemu-sbruno/files/qemu_user_static.in +++ b/emulators/qemu-sbruno/files/qemu_user_static.in @@ -138,12 +138,12 @@ list_cmd="${BINMISCCTL} list" %%NAME%%_stop() { - ${BINMISCCTL} remove mips64 ${BINMISCCTL} remove arm ${BINMISCCTL} remove armv6 ${BINMISCCTL} remove armv7 ${BINMISCCTL} remove aarch64 ${BINMISCCTL} remove mips + ${BINMISCCTL} remove mips64 ${BINMISCCTL} remove mipsel ${BINMISCCTL} remove powerpc ${BINMISCCTL} remove powerpc64 |