meson: fix dirname/basename confusion in meson-and-wants.sh install helper (#10126)
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 20 Sep 2018 07:01:58 +0000 (09:01 +0200)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 20 Sep 2018 07:01:58 +0000 (16:01 +0900)
commit3f491cccef221a8934d1b0873c8be4977f5c600a
treef3eec93bff1f43e081656fecd57563dceda5285c
parent214bd9f310c428b601f9261ef821ae4442483536
meson: fix dirname/basename confusion in meson-and-wants.sh install helper (#10126)

We would create a useless empty directory under build/.
It seems we were lucky and all symlinks were installed into directories
which were alredy created because we installed something into the same
location earlier.

While at it, also add '-v' to 'mkdir -p'. This will print the names of
directories as they are created (just once), making it easier to see all of
what the install script is doing.
units/meson-add-wants.sh