wok annotate luasocket/stuff/patch.diff @ rev 20045
Improvements
author | Leonardo Laporte <hackdorte@yandex.com> |
---|---|
date | Thu Aug 31 04:02:39 2017 -0300 (2017-08-31) |
parents | |
children |
rev | line source |
---|---|
rocky@10879 | 1 diff -wbBur luasocket-2.0.2/config luasocket-2.0.2.my/config |
rocky@10879 | 2 --- luasocket-2.0.2/config 2007-10-15 08:21:05.000000000 +0400 |
rocky@10879 | 3 +++ luasocket-2.0.2.my/config 2007-10-15 12:22:16.000000000 +0400 |
rocky@10879 | 4 @@ -30,8 +30,8 @@ |
rocky@10879 | 5 # |
rocky@10879 | 6 #INSTALL_TOP_SHARE=/usr/local/share/lua/5.0 |
rocky@10879 | 7 #INSTALL_TOP_LIB=/usr/local/lib/lua/5.0 |
rocky@10879 | 8 -INSTALL_TOP_SHARE=/usr/local/share/lua/5.1 |
rocky@10879 | 9 -INSTALL_TOP_LIB=/usr/local/lib/lua/5.1 |
rocky@10879 | 10 +INSTALL_TOP_SHARE=$(DESTDIR)/usr/share/lua/5.1 |
rocky@10879 | 11 +INSTALL_TOP_LIB=$(DESTDIR)/usr/lib/lua/5.1 |
rocky@10879 | 12 |
rocky@10879 | 13 INSTALL_DATA=cp |
rocky@10879 | 14 INSTALL_EXEC=cp |