pipewire/autogen.sh
Thomas Zimmermann 5f5403ff75 autogen.sh: Replace symbolic link to Makefile
The autogen.sh script creates a symbolic link to the build/Makfile. If
the link already exists, a warning is printed and the old link persists.
Now replace it with the correct target.

Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
2019-05-23 10:13:59 +02:00

10 lines
201 B
Bash
Executable file

#!/bin/sh
# Only there to make jhbuild happy
git submodule init
git submodule update
mkdir -p build
meson setup build "$@" # use 'autogen.sh --reconfigure' to update
ln -sf build/Makefile Makefile