From 5fdb4e6ebecdfdda6508a137c2189d61a3c10eb7 Mon Sep 17 00:00:00 2001 From: Alexandre Erwin Ittner Date: Thu, 6 Aug 2009 16:30:06 +0000 Subject: [PATCH] Fixing makefile and version bump git-svn-id: file:///var/svn/lua-iconv/trunk@65 9538949d-8f27-0410-946f-ce01ef448559 --- Makefile | 2 +- README | 2 +- luaiconv.c | 2 +- maketargz.sh | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index d219e09..f01cafb 100644 --- a/Makefile +++ b/Makefile @@ -55,7 +55,7 @@ iconv.so: iconv.lo install: iconv.so make test - install -D -s iconv.so $(INSTALL_PATH)/iconv.so + install -D -s iconv.so $(DESTDIR)/$(INSTALL_PATH)/iconv.so clean: $(RM) iconv.so iconv.lo diff --git a/README b/README index 4a14fa8..e1a8545 100644 --- a/README +++ b/README @@ -12,7 +12,7 @@ sequence of corresponding characters in another codeset. The codesets are those specified in the iconv.new() call that returned the conversion descriptor, cd. -Lua-iconv 5 *requires* Lua 5.1. If you are using Lua 5.0, please use the +Lua-iconv 6 *requires* Lua 5.1. If you are using Lua 5.0, please use the first release (lua-iconv-r1). Details regarding iconv may be obtained from: diff --git a/luaiconv.c b/luaiconv.c index 2dd42e5..8fcfacb 100644 --- a/luaiconv.c +++ b/luaiconv.c @@ -37,7 +37,7 @@ #include #define LIB_NAME "iconv" -#define LIB_VERSION LIB_NAME " 5" +#define LIB_VERSION LIB_NAME " 6" #define ICONV_TYPENAME "iconv_t" diff --git a/maketargz.sh b/maketargz.sh index f386eed..fce8b7f 100755 --- a/maketargz.sh +++ b/maketargz.sh @@ -1,7 +1,7 @@ #!/bin/sh PACKAGE=lua-iconv -VERSION=5 +VERSION=6 DIRNAME=$PACKAGE-$VERSION TGZNAME=$DIRNAME.tar.gz