Plugin .so's now install into /usr/[local/]lib/tuxpaint/plugins/.

This commit is contained in:
William Kendrick 2007-07-24 23:41:57 +00:00
parent e9e6bf1dee
commit cc1c8fda17

View file

@ -7,7 +7,7 @@
# bill@newbreedsoftware.com # bill@newbreedsoftware.com
# http://www.tuxpaint.org/ # http://www.tuxpaint.org/
# June 14, 2002 - July 12, 2007 # June 14, 2002 - July 24, 2007
# The version number, for release: # The version number, for release:
@ -42,7 +42,7 @@ DATA_PREFIX=$(PKG_ROOT)$(PREFIX)/share/tuxpaint
# Magic Tool plug-ins # Magic Tool plug-ins
INCLUDE_PREFIX=$(PKG_ROOT)$(PREFIX)/include 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: # Docs and man page: