summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2010-01-01 12:47:31 +0000
committerTed Trask <ttrask01@yahoo.com>2010-01-01 12:47:31 +0000
commit07725fa650e3f9a6b2e0c0f14382d5954f86100a (patch)
treefdd33a5bc5bc3e8b8fa5bb7f8f767b0963f8273b
parent30e3d9b315164804de9738efebf4d6aaaad50197 (diff)
downloadacf-lib-07725fa650e3f9a6b2e0c0f14382d5954f86100a.tar.bz2
acf-lib-07725fa650e3f9a6b2e0c0f14382d5954f86100a.tar.xz
Fix makefile bug, bump version to 0.1.1v0.1.1
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 5a93e73..1be94ee 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
APP_NAME=lib
PACKAGE=acf-$(APP_NAME)
-VERSION=0.1.0
+VERSION=0.1.1
APP_DIST=\
*.lua\
@@ -24,7 +24,7 @@ dist: $(tarball)
install:
mkdir -p "$(install_dir)"
- cp -a $(APP_DIST) "$(install_dir)"
+ cp -a $(APP_DIST) "$(DESTDIR)$(install_dir)"
$(tarball): $(DISTFILES)
rm -rf $(P)