diff options
| author | Hisham Muhammad <hisham@gobolinux.org> | 2025-12-28 19:24:31 -0300 |
|---|---|---|
| committer | Hisham Muhammad <hisham@gobolinux.org> | 2025-12-28 19:24:31 -0300 |
| commit | b509bfc6d4bc71b347824a7bbebdb858ee62b76e (patch) | |
| tree | 0f2f015a56e067d245e75c4de4b816357ed7b3ee /vendor | |
| parent | 530177a62d3c24bc6ed601e8ee476db425d18deb (diff) | |
| download | luarocks-b509bfc6d4bc71b347824a7bbebdb858ee62b76e.tar.gz luarocks-b509bfc6d4bc71b347824a7bbebdb858ee62b76e.tar.bz2 luarocks-b509bfc6d4bc71b347824a7bbebdb858ee62b76e.zip | |
vendor: drop copy_directories from rockspecs
This makes them valid again.
Diffstat (limited to 'vendor')
| -rw-r--r-- | vendor/luafilesystem/luafilesystem-scm-1.rockspec | 4 | ||||
| -rw-r--r-- | vendor/luasec/luasec-1.3.2-1.rockspec | 3 | ||||
| -rw-r--r-- | vendor/luasocket/luasocket-scm-3.rockspec | 5 | ||||
| -rw-r--r-- | vendor/md5/md5-1.2-1.rockspec | 1 |
4 files changed, 0 insertions, 13 deletions
diff --git a/vendor/luafilesystem/luafilesystem-scm-1.rockspec b/vendor/luafilesystem/luafilesystem-scm-1.rockspec index 71cf19b4..f7bc731b 100644 --- a/vendor/luafilesystem/luafilesystem-scm-1.rockspec +++ b/vendor/luafilesystem/luafilesystem-scm-1.rockspec | |||
| @@ -21,8 +21,4 @@ build = { | |||
| 21 | modules = { | 21 | modules = { |
| 22 | lfs = "src/lfs.c" | 22 | lfs = "src/lfs.c" |
| 23 | }, | 23 | }, |
| 24 | copy_directories = { | ||
| 25 | "doc", | ||
| 26 | "tests" | ||
| 27 | } | ||
| 28 | } | 24 | } |
diff --git a/vendor/luasec/luasec-1.3.2-1.rockspec b/vendor/luasec/luasec-1.3.2-1.rockspec index 19cc7c1b..b1a77995 100644 --- a/vendor/luasec/luasec-1.3.2-1.rockspec +++ b/vendor/luasec/luasec-1.3.2-1.rockspec | |||
| @@ -30,9 +30,6 @@ external_dependencies = { | |||
| 30 | } | 30 | } |
| 31 | build = { | 31 | build = { |
| 32 | type = "builtin", | 32 | type = "builtin", |
| 33 | copy_directories = { | ||
| 34 | "samples" | ||
| 35 | }, | ||
| 36 | platforms = { | 33 | platforms = { |
| 37 | unix = { | 34 | unix = { |
| 38 | install = { | 35 | install = { |
diff --git a/vendor/luasocket/luasocket-scm-3.rockspec b/vendor/luasocket/luasocket-scm-3.rockspec index 10452510..12496a4c 100644 --- a/vendor/luasocket/luasocket-scm-3.rockspec +++ b/vendor/luasocket/luasocket-scm-3.rockspec | |||
| @@ -127,9 +127,4 @@ build = { | |||
| 127 | win32 = make_plat("win32"), | 127 | win32 = make_plat("win32"), |
| 128 | mingw32 = make_plat("mingw32") | 128 | mingw32 = make_plat("mingw32") |
| 129 | }, | 129 | }, |
| 130 | copy_directories = { | ||
| 131 | "docs" | ||
| 132 | , "samples" | ||
| 133 | , "etc" | ||
| 134 | , "test" } | ||
| 135 | } | 130 | } |
diff --git a/vendor/md5/md5-1.2-1.rockspec b/vendor/md5/md5-1.2-1.rockspec index 04f61ce4..8d9a375a 100644 --- a/vendor/md5/md5-1.2-1.rockspec +++ b/vendor/md5/md5-1.2-1.rockspec | |||
| @@ -31,5 +31,4 @@ build = { | |||
| 31 | incdirs = { "src/", }, | 31 | incdirs = { "src/", }, |
| 32 | }, | 32 | }, |
| 33 | }, | 33 | }, |
| 34 | copy_directories = { "doc", "tests", }, | ||
| 35 | } | 34 | } |
