Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorwkendrick <wkendrick>2007-07-24 23:41:57 (GMT)
committer wkendrick <wkendrick>2007-07-24 23:41:57 (GMT)
commit2e0a1f5e27cfed5f09c2db76e267e6c8abfba694 (patch)
tree3a71d1690ed5c856e46acd7b7c6c0376d713e5e3 /Makefile
parent2db24f8ff9a1e5779fb491e2aa659d5f93f68048 (diff)
Plugin .so's now install into /usr/[local/]lib/tuxpaint/plugins/.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 468509f..cf1f814 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
-# $Id: Makefile,v 1.151 2007/07/13 18:18:20 wkendrick Exp $
+# $Id: Makefile,v 1.152 2007/07/24 23:41:57 wkendrick Exp $
# Tux Paint - A simple drawing program for children.
@@ -7,7 +7,7 @@
# bill@newbreedsoftware.com
# http://www.tuxpaint.org/
-# June 14, 2002 - July 12, 2007
+# June 14, 2002 - July 24, 2007
# The version number, for release:
@@ -42,7 +42,7 @@ DATA_PREFIX=$(PKG_ROOT)$(PREFIX)/share/tuxpaint
# Magic Tool plug-ins
INCLUDE_PREFIX=$(PKG_ROOT)$(PREFIX)/include
-MAGIC_PREFIX=$(PKG_ROOT)$(PREFIX)/lib/tuxpaint
+MAGIC_PREFIX=$(PKG_ROOT)$(PREFIX)/lib/tuxpaint/plugins
# Docs and man page: