Skip to content

Commit bed1a1d

Browse files
committed
build: remove initcpio/install/tpm2-totp from distribution
The file is autogenerated during configure, so it does not need to be distributed. Fixes: b42be18 Signed-off-by: Jonas Witschel <diabonas@gmx.de>
1 parent bf10b5b commit bed1a1d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Makefile.am

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,4 @@ initcpio_install_DATA += dist/initcpio/install/plymouth-tpm2-totp
201201
initcpio_hooks_DATA += dist/initcpio/hooks/plymouth-tpm2-totp
202202
endif # HAVE_PLYMOUTH
203203
endif # HAVE_MKINITCPIO
204-
EXTRA_DIST += \
205-
dist/initcpio/install/tpm2-totp \
206-
dist/initcpio/hooks/tpm2-totp \
207-
dist/initcpio/hooks/plymouth-tpm2-totp
204+
EXTRA_DIST += dist/initcpio/hooks/tpm2-totp dist/initcpio/hooks/plymouth-tpm2-totp

0 commit comments

Comments
 (0)