diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2006-10-31 11:18:30 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2006-10-31 11:18:30 +0000 |
commit | 0ce34b8436cc9dab324d1997b7ca790374cca0f4 (patch) | |
tree | 30e554ee4c7c3a04360e760e04f2dde7baad2646 /externals | |
parent | c9f63273e395c7c8f5a2c112bddea09735b6518e (diff) |
changed description for zexy from "GUI and streaming objects" (neither of
which is part of zexy) to "swiss army knife for pd" (i admit this is some-
what presumptuous...)
svn path=/trunk/; revision=6202
Diffstat (limited to 'externals')
-rw-r--r-- | externals/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/externals/Makefile b/externals/Makefile index 883f805f..eb6e1ebf 100644 --- a/externals/Makefile +++ b/externals/Makefile @@ -2015,7 +2015,7 @@ zexy_install: zexy $(scripts_src)/generate-libdir-metafile.sh $(objectsdir) $(ZEXY_NAME) \ --author "IOhannes m zmoelnig <zmoelnig@iem.kug.ac.at>" \ --license "GNU GPL" \ - --description "GUI and streaming objects" \ + --description "swiss army knife for pd" \ --version "$(ZEXY_VERSION)" install -p $(ZEXY_OBJECTS:.c=.$(EXTENSION)) $(objectsdir)/$(ZEXY_NAME) # the below doesn't work for some reason, probably because of some kind of |