]> git.donarmstrong.com Git - deb_pkgs/autorandr.git/commit
Makefile: Do not use -D with install(1)
authorMateusz Piotrowski <0mp@FreeBSD.org>
Tue, 15 Mar 2022 14:39:51 +0000 (15:39 +0100)
committerMateusz Piotrowski <0mp@FreeBSD.org>
Tue, 15 Mar 2022 14:39:51 +0000 (15:39 +0100)
commit2bc71d562765e2023b26a31c485769612e3eb91e
tree2473e19907e875093f0ee83b4cd3579af1974711
parent51dfd46ffc6c8daee65e211b5161a408720142df
Makefile: Do not use -D with install(1)

The -D flag is not portable across install(1) implementations.
For portability, it's better to use "mkdir; install" instead of
"install -D".
Makefile