diff options
author | Alexander M Pickering <alex@cogarr.net> | 2024-07-31 18:02:19 -0500 |
---|---|---|
committer | Alexander M Pickering <alex@cogarr.net> | 2024-07-31 18:02:19 -0500 |
commit | 3ed0bcae8b6ca938a9c9fd8bb445d13672595eac (patch) | |
tree | 1909babc1dfa64edc968a3e1b070f30bb3e432dd | |
parent | 982459ff2287082ef844e80b3c9c0deda3ad673b (diff) | |
download | lua-packaging-3ed0bcae8b6ca938a9c9fd8bb445d13672595eac.tar.gz lua-packaging-3ed0bcae8b6ca938a9c9fd8bb445d13672595eac.tar.bz2 lua-packaging-3ed0bcae8b6ca938a9c9fd8bb445d13672595eac.zip |
Copy without quotes to use wildcards
-rwxr-xr-x | init | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -6,5 +6,5 @@ tar -xvzf lua-*.tar.gz --directory="$luaver" --strip-components=1 | |||
6 | cd "$luaver" | 6 | cd "$luaver" |
7 | make mingw "CFLAGS= -Wall -Wextra -std=c99 -pedantic $CFLAGS" | 7 | make mingw "CFLAGS= -Wall -Wextra -std=c99 -pedantic $CFLAGS" |
8 | cd "/root/" | 8 | cd "/root/" |
9 | cp "$luaver/src/*.exe" . | 9 | cp $luaver/src/*.exe . |
10 | cp "$luaver/src/*.dll" . | 10 | cp $luaver/src/*.dll . |