[libvirt PATCH] ABOUT-NLS: Drop symlink

The ABOUT-NLS symlink pointing to po/README.rst is a leftover from when we were using autotools as the build system, and now that we're using Meson we can drop it. Signed-off-by: Andrea Bolognani <abologna@redhat.com> --- ABOUT-NLS | 1 - 1 file changed, 1 deletion(-) delete mode 120000 ABOUT-NLS diff --git a/ABOUT-NLS b/ABOUT-NLS deleted file mode 120000 index 91a3266ed6..0000000000 --- a/ABOUT-NLS +++ /dev/null @@ -1 +0,0 @@ -po/README.rst \ No newline at end of file -- 2.26.2

On Mon, Aug 24, 2020 at 09:57:26AM +0200, Andrea Bolognani wrote:
The ABOUT-NLS symlink pointing to po/README.rst is a leftover from when we were using autotools as the build system, and now that we're using Meson we can drop it.
Signed-off-by: Andrea Bolognani <abologna@redhat.com> --- ABOUT-NLS | 1 - 1 file changed, 1 deletion(-) delete mode 120000 ABOUT-NLS
Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
participants (2)
-
Andrea Bolognani
-
Pavel Hrdina