mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-20 01:26:38 +02:00
13 lines
754 B
Diff
13 lines
754 B
Diff
Patch-source: https://github.com/smuellerDD/libkcapi/commit/805d2dd0bec9ddb9d714afd4e181cee88c13adb0
|
|
Ref: https://github.com/smuellerDD/libkcapi/pull/189
|
|
--- a/Makefile.am
|
|
+++ b/Makefile.am
|
|
@@ -168,7 +168,7 @@ CHECK_DIR_BIN = $(if $(CHECK_DIR),$(CHECK_DIR)/hmaccalc,$(bindir))
|
|
|
|
install-exec-hook:
|
|
$(MKDIR_P) -p $(DESTDIR)/$(pkglibexecdir)
|
|
- $(foreach link, $(hasher_links), $(LN) -srf $(DESTDIR)/$(bindir)/kcapi-hasher $(DESTDIR)/$(pkglibexecdir)/$(link);)
|
|
+ $(foreach link, $(hasher_links), $(LN) -sf $(bindir)/kcapi-hasher $(DESTDIR)/$(pkglibexecdir)/$(link);)
|
|
if HAVE_OPENSSL
|
|
$(MKDIR_P) $(DESTDIR)$(CHECK_DIR_BIN)
|
|
cd $(DESTDIR)$(bindir) && $(CHECKSUM_CMD) kcapi-hasher > $(DESTDIR)$(CHECK_DIR_BIN)/$(CHECK_PREFIX)kcapi-hasher.$(CHECK_SUFFIX)
|