]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
Automake: install uuidgen bash completion only if it is built
authorLuca Boccassi <luca.boccassi@microsoft.com>
Mon, 15 Mar 2021 12:26:27 +0000 (12:26 +0000)
committerLuca Boccassi <luca.boccassi@microsoft.com>
Mon, 15 Mar 2021 12:26:27 +0000 (12:26 +0000)
Check for BUILD_UUIDGEN instead of BUILD_LIBUUID

bash-completion/Makemodule.am

index 3384ba4e21593beef90b912b26d6b0afcfc428a2..6771d060493715cd91d7ccd42042dae9a122a94b 100644 (file)
@@ -189,7 +189,7 @@ endif
 if BUILD_UTMPDUMP
 dist_bashcompletion_DATA += bash-completion/utmpdump
 endif
-if BUILD_LIBUUID
+if BUILD_UUIDGEN
 dist_bashcompletion_DATA += bash-completion/uuidgen
 endif
 if BUILD_UUIDPARSE