usbutils/autogen.sh
Emil Velikov ebc09be0b6 autogen.sh: use valid email for 2024 copyright
Pretty sure the gregkh@suse.de email is no longer active.

Fixes: 86dcab8 ("usbutils: convert build system to use meson")
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
2024-09-18 22:09:08 +01:00

8 lines
226 B
Bash
Executable File

#!/bin/sh -e
# SPDX-License-Identifier: GPL-2.0-only
# Copyright (c) 2009,2010 Greg Kroah-Hartman <gregkh@suse.de>
# Copyright (c) 2024 Greg Kroah-Hartman <gregkh@linuxfoundation.org>
meson setup build
meson compile -C build