Plugin .so's now install into /usr/[local/]lib/tuxpaint/plugins/.
This commit is contained in:
parent
e9e6bf1dee
commit
cc1c8fda17
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue