Some checks failed
Periodic Merges (6h) / master → staging-nixos (push) Failing after 12m50s
Periodic Merges (6h) / master → staging-next (push) Failing after 12m54s
Periodic Merges (24h) / merge-base(master,staging) → haskell-updates (push) Failing after 11m54s
Periodic Merges (6h) / staging-next → staging (push) Failing after 12m13s
Periodic Merges (24h) / staging-next-25.05 → staging-25.05 (push) Failing after 13m24s
Periodic Merges (24h) / release-25.05 → staging-next-25.05 (push) Failing after 14m28s
24 lines
638 B
Diff
24 lines
638 B
Diff
diff --git a/Makefile b/Makefile
|
|
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -52,7 +52,7 @@ clean:
|
|
replaced/%: %
|
|
mkdir -p $(dir $@)
|
|
sed < $< > $@ \
|
|
- -e 's:__SYSSHAREDIR_PREFIX__:$(PREFIX):' \
|
|
+ -e 's:__SYSSHAREDIR_PREFIX__:$(DESTDIR):' \
|
|
-e 's:__SYSCONFDIR_PREFIX__:$(ETCPREFIX):' \
|
|
-e 's:__SYSDATADIR_PREFIX__:$(LOCALSTATEDIR):'
|
|
|
|
diff --git a/src/share/keytrans b/src/share/keytrans
|
|
--- a/src/share/keytrans
|
|
+++ b/src/share/keytrans
|
|
@@ -1,4 +1,4 @@
|
|
-#!/usr/bin/perl -T
|
|
+#!/usr/bin/perl
|
|
|
|
# keytrans: this is an RSA key translation utility; it is capable of
|
|
# transforming RSA keys (both public keys and secret keys) between
|
|
--
|
|
2.16.3
|