ALT Linux Bugzilla
– Attachment 13627 Details for
Bug 46587
alterator: сломанные зависимости
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
[patch]
Вычисление относительного пути вместо константы в коде
alterator-relpath-fix.patch (text/plain), 836 bytes, created by
manowar@altlinux.org
on 2023-06-28 13:26:13 MSK
(
hide
)
Description:
Вычисление относительного пути вместо константы в коде
Filename:
MIME Type:
Creator:
manowar@altlinux.org
Created:
2023-06-28 13:26:13 MSK
Size:
836 bytes
patch
obsolete
>diff --git a/alterator/Makefile b/alterator/Makefile >index 27d29ec..f670cf4 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 -s $(shell realpath --relative-to=$(libdir)/guile/$(GUILE_VERSION)/site-ccache $(ALTERATOR_LIBDIR)/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
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