ALT Linux Bugzilla
– Attachment 13542 Details for
Bug 46587
alterator: сломанные зависимости
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
[patch]
патч
0001-Fixed-symlink-in-guile-site-ccache.patch (text/plain), 1.11 KB, created by
Alexey Sheplyakov
on 2023-06-19 12:41:16 MSK
(
hide
)
Description:
патч
Filename:
MIME Type:
Creator:
Alexey Sheplyakov
Created:
2023-06-19 12:41:16 MSK
Size:
1.11 KB
patch
obsolete
>From c8629141361a41a1397721825ab3867970148009 Mon Sep 17 00:00:00 2001 >From: Alexey Sheplyakov <asheplyakov@basealt.ru> >Date: Mon, 19 Jun 2023 09:29:02 +0000 >Subject: [PATCH] Fixed symlink in guile site-ccache > >Use $(libexecdir) whenever appropriate, don't assume it's /usr/lib >--- > alterator/Makefile | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/alterator/Makefile b/alterator/Makefile >index 27d29ec..075932f 100644 >--- a/alterator/Makefile >+++ b/alterator/Makefile >@@ -42,7 +42,7 @@ install-data: > install -d $(datadir)/guile/site/$(GUILE_VERSION) > ln -s ../../../alterator/interfaces/guile $(datadir)/guile/site/$(GUILE_VERSION)/alterator > install -d $(libdir)/guile/$(GUILE_VERSION)/site-ccache >- ln -s ../../../../lib/alterator/interfaces/guile $(libdir)/guile/$(GUILE_VERSION)/site-ccache/alterator >+ ln -sr $(libexecdir)/alterator/interfaces/guile $(libdir)/guile/$(GUILE_VERSION)/site-ccache/alterator > ln -s ../interfaces/guile $(datadir)/alterator/build/alterator > install -Dpm755 alteratord.init $(sysconfdir)/rc.d/init.d/alteratord > install -dpm755 $(sysconfdir)/alterator/menu >-- >2.33.3 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 46587
:
13542
|
13627