From b9b790cee84abfa45e6db6250757b0d5667086dd Mon Sep 17 00:00:00 2001 From: Alexandre Erwin Ittner Date: Fri, 23 Feb 2007 02:50:40 +0000 Subject: [PATCH] Adding Debian files in the tarball. git-svn-id: file:///var/svn/lua-iconv/trunk@41 9538949d-8f27-0410-946f-ce01ef448559 --- maketargz.sh | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/maketargz.sh b/maketargz.sh index 40b5f59..ac26443 100755 --- a/maketargz.sh +++ b/maketargz.sh @@ -9,11 +9,8 @@ TGZNAME=$DIRNAME.tar.gz rm -f $TGZNAME mkdir $DIRNAME -mkdir $DIRNAME/debian -cp debian/changelog $DIRNAME/debian/ -cp debian/control $DIRNAME/debian/ -cp debian/copyright $DIRNAME/debian/ -cp debian/rules $DIRNAME/debian/ +cp -r debian $DIRNAME/ +rm -rf $DIRNAME/debian/.svn cp -r COPYING Makefile README luaiconv.c test_iconv.lua $DIRNAME