From 0a54a8f125d7ab508c7c88d5ad4ed1b0c63cb5b6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tom=C3=A1=C5=A1=20=C4=8Cech?= Date: Wed, 4 Feb 2015 11:32:55 +0100 Subject: [PATCH 1/2] Provide two symlinks for dynamic library during install --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0891b71..343ecb5 100644 --- a/Makefile +++ b/Makefile @@ -56,7 +56,7 @@ INSTALL_PCNAME= luajit.pc INSTALL_STATIC= $(INSTALL_LIB)/$(INSTALL_ANAME) INSTALL_DYN= $(INSTALL_LIB)/$(INSTALL_SONAME) INSTALL_SHORT1= $(INSTALL_LIB)/$(INSTALL_SOSHORT) -INSTALL_SHORT2= $(INSTALL_LIB)/$(INSTALL_SOSHORT) +INSTALL_SHORT2= $(INSTALL_LIB)/$(INSTALL_SOSHORT).$(MAJVER) INSTALL_T= $(INSTALL_BIN)/$(INSTALL_TNAME) INSTALL_TSYM= $(INSTALL_BIN)/$(INSTALL_TSYMNAME) INSTALL_PC= $(INSTALL_PKGCONFIG)/$(INSTALL_PCNAME) -- 2.2.2 ='switch'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/tests/services
AgeCommit message (Expand)Author
2022-08-28services: Add lightdm-service-type....Maxim Cournoyer
2022-08-25services: configuration: Change the value of the unset marker....Attila Lendvai
2022-08-25services: Use the new maybe/unset API....Attila Lendvai
2022-08-09tests: configuration: Add a test to cover 'unset regression....Maxim Cournoyer
2022-08-01services: configuration: Step back from *unspecified*....Maxim Cournoyer
2022-07-07tests: telephony: Remove obsolete parsing tests....Maxim Cournoyer
2022-06-24services: configuration: Report the location of field type errors....Ludovic Courtès
2022-06-15services: configuration: Use *unspecified* instead of 'disabled....Attila Lendvai
2022-06-15services: configuration: Support (field1 maybe-number "") format....Attila Lendvai