gnu: mc: Substitute more FHS file names.
[jackhill/guix/guix.git] / gnu / packages / patches / luajit-symlinks.patch
CommitLineData
dcaf2511
1From 0a54a8f125d7ab508c7c88d5ad4ed1b0c63cb5b6 Mon Sep 17 00:00:00 2001
2From: =?utf8?q?Tom=C3=A1=C5=A1=20=C4=8Cech?= <sleep_walker@suse.cz>
3Date: Wed, 4 Feb 2015 11:32:55 +0100
4Subject: [PATCH 1/2] Provide two symlinks for dynamic library during install
5
6---
7 Makefile | 2 +-
8 1 file changed, 1 insertion(+), 1 deletion(-)
9
10diff --git a/Makefile b/Makefile
11index 0891b71..343ecb5 100644
12--- a/Makefile
13+++ b/Makefile
14@@ -56,7 +56,7 @@ INSTALL_PCNAME= luajit.pc
15 INSTALL_STATIC= $(INSTALL_LIB)/$(INSTALL_ANAME)
16 INSTALL_DYN= $(INSTALL_LIB)/$(INSTALL_SONAME)
17 INSTALL_SHORT1= $(INSTALL_LIB)/$(INSTALL_SOSHORT)
18-INSTALL_SHORT2= $(INSTALL_LIB)/$(INSTALL_SOSHORT)
19+INSTALL_SHORT2= $(INSTALL_LIB)/$(INSTALL_SOSHORT).$(MAJVER)
20 INSTALL_T= $(INSTALL_BIN)/$(INSTALL_TNAME)
21 INSTALL_TSYM= $(INSTALL_BIN)/$(INSTALL_TSYMNAME)
22 INSTALL_PC= $(INSTALL_PKGCONFIG)/$(INSTALL_PCNAME)
23--
242.2.2
25