From f5ece254471e4b899a568d76faa9341cc4aa5e0b Mon Sep 17 00:00:00 2001 From: Alexandre Erwin Ittner Date: Tue, 17 Aug 2010 05:55:34 -0300 Subject: [PATCH] Put Debian package information into the final tarball --- maketargz.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maketargz.sh b/maketargz.sh index fce8b7f..68fb0f5 100755 --- a/maketargz.sh +++ b/maketargz.sh @@ -9,7 +9,7 @@ TGZNAME=$DIRNAME.tar.gz rm -f $TGZNAME mkdir $DIRNAME -#cp -r debian $DIRNAME/ +cp -r debian $DIRNAME/ #rm -rf $DIRNAME/debian/.svn cp -r COPYING Makefile README luaiconv.c test_iconv.lua $DIRNAME