1
0
mirror of https://passt.top/passt synced 2024-07-02 07:52:41 +00:00

Makefile: Make sure destination directories exist on install

Mostly theoretical, but convenient for testing.

Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
This commit is contained in:
Stefano Brivio 2021-08-28 03:18:29 +02:00
parent 77d4efa236
commit f29c48db6b

View File

@ -34,6 +34,7 @@ clean:
passt.tar passt.tar.gz *.deb *.rpm
install: passt pasta qrap
mkdir -p $(prefix)/bin $(prefix)/man/man1
cp -d passt pasta qrap $(prefix)/bin
cp -d passt.1 pasta.1 qrap.1 $(prefix)/man/man1