mirror of
https://github.com/stefanberger/swtpm.git
synced 2025-12-26 13:28:15 +00:00
Fix the Debian packaging if swtpm_cert is missing. We convert swtpm-tools.install into an executable shell script that displays all files to package. Signed-off-by: Stefan Berger <stefanb@linux.vnet.ibm.com>
11 lines
146 B
Makefile
Executable File
11 lines
146 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
|
|
%:
|
|
dh $@ --parallel
|
|
|
|
override_dh_auto_configure:
|
|
./bootstrap.sh
|
|
dh_auto_configure -- --with-openssl
|
|
|
|
override_dh_usrlocal:
|