From 415856bdd4f48ab4f2732996f0bae58595092bbe Mon Sep 17 00:00:00 2001 From: Parabola Date: Tue, 5 Apr 2011 14:26:38 +0000 Subject: Tue Apr 5 14:26:38 UTC 2011 --- community/luasocket/luasocket-arch.patch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 community/luasocket/luasocket-arch.patch (limited to 'community/luasocket/luasocket-arch.patch') diff --git a/community/luasocket/luasocket-arch.patch b/community/luasocket/luasocket-arch.patch new file mode 100644 index 000000000..f578831eb --- /dev/null +++ b/community/luasocket/luasocket-arch.patch @@ -0,0 +1,14 @@ +diff -wbBur luasocket-2.0.2/config luasocket-2.0.2.my/config +--- luasocket-2.0.2/config 2007-10-15 08:21:05.000000000 +0400 ++++ luasocket-2.0.2.my/config 2007-10-15 12:22:16.000000000 +0400 +@@ -30,8 +30,8 @@ + # + #INSTALL_TOP_SHARE=/usr/local/share/lua/5.0 + #INSTALL_TOP_LIB=/usr/local/lib/lua/5.0 +-INSTALL_TOP_SHARE=/usr/local/share/lua/5.1 +-INSTALL_TOP_LIB=/usr/local/lib/lua/5.1 ++INSTALL_TOP_SHARE=$(DESTDIR)/usr/share/lua/5.1 ++INSTALL_TOP_LIB=$(DESTDIR)/usr/lib/lua/5.1 + + INSTALL_DATA=cp + INSTALL_EXEC=cp -- cgit v1.2.3-54-g00ecf