diff options
author | Frank Barknecht <fbar@users.sourceforge.net> | 2005-12-06 14:13:44 +0000 |
---|---|---|
committer | Frank Barknecht <fbar@users.sourceforge.net> | 2005-12-06 14:13:44 +0000 |
commit | 8c29affcbda72a462c0fd10d77da1b139a6a438d (patch) | |
tree | 74e84c5fd498fc346d3a1603c1754fbb693a3869 /abstractions | |
parent | 1ddcd520777bd7f56c1701300977b49776c72b98 (diff) |
small type corrected
svn path=/trunk/; revision=4153
Diffstat (limited to 'abstractions')
-rw-r--r-- | abstractions/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/abstractions/Makefile b/abstractions/Makefile index 7703d154..6d80d6e8 100644 --- a/abstractions/Makefile +++ b/abstractions/Makefile @@ -86,7 +86,7 @@ list-abs_install: --license "GNU GPL" \
--description "a collection of objects for manipulating lists. Requires pd>=0.39"
install -d $(helpdir)/$(LIST-ABS_NAME)
- install -p $(abstractions_src)/footils//list-abs/*-help.pd \
+ install -p $(abstractions_src)/footils/list-abs/*-help.pd \
$(helpdir)/$(LIST-ABS_NAME)
|