aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xpack4
1 files changed, 2 insertions, 2 deletions
diff --git a/pack b/pack
index ee38bc3..15041e7 100755
--- a/pack
+++ b/pack
@@ -1,8 +1,8 @@
1#!/bin/bash 1#!/bin/bash
2FILES="makefile HISTORY README.md test.lua re.lua \ 2FILES="makefile HISTORY README.md test.lua re.lua \
3 lpeg.html re.html lpeg-128.gif \ 3 lpeg.html re.html lpeg-128.gif \
4 lptypes.h lpcap.h lpcap.c lpcode.h lpcode.c lpprint.h lpprint.c \ 4 lpcap.h lpcode.h lpcset.h lpprint.h lptree.h lptypes.h lpvm.h \
5 lptree.h lptree.c lpvm.h lpvm.c" 5 lpcap.c lpcode.c lpcset.c lpprint.c lptree.c lpvm.c"
6NAME=lpeg-$1 6NAME=lpeg-$1
7DIRN=versions/$NAME 7DIRN=versions/$NAME
8mkdir $DIRN 8mkdir $DIRN