aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-09-12 20:24:27 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-09-12 20:24:27 +0000
commit5402c0298c711c38baf661b564fd1237c1e9fabb (patch)
treed7b137c896878c2a56156a9437c93b09dd53543a
parent9c0d01e7e0f051ef478b23ac3ecbb87fa631cd07 (diff)
fixed bug in libs/folders that end in ~; bumped to 1.0.4
svn path=/trunk/externals/plugin~/; revision=14083
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index f0fbc64..7ece0ef 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-## Pd library template version 1.0.3
+## Pd library template version 1.0.4
# For instructions on how to use this template, see:
# http://puredata.info/docs/developer/MakefileTemplate
LIBRARY_NAME = plugin~
@@ -64,7 +64,7 @@ ALLSOURCES := $(SOURCES) $(SOURCES_android) $(SOURCES_cygwin) $(SOURCES_macosx)
$(SOURCES_iphoneos) $(SOURCES_linux) $(SOURCES_windows)
DISTDIR=$(LIBRARY_NAME)-$(LIBRARY_VERSION)
-ORIGDIR=pd-$(LIBRARY_NAME)_$(LIBRARY_VERSION)
+ORIGDIR=pd-$(LIBRARY_NAME:~=)_$(LIBRARY_VERSION)
UNAME := $(shell uname -s)
ifeq ($(UNAME),Darwin)