diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2007-07-12 04:02:09 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2007-07-12 04:02:09 +0000 |
commit | 09647a5d6298e5c5244b3d8e15616f95d00f6372 (patch) | |
tree | 5f0c77391fa7f1ca1797e08bd8a02afa69240d78 /packages/linux_make | |
parent | 006842b0ed2893a3767a2aaf1f836b8ebcd90c4e (diff) |
added standard locations to the path for putting your own pd libs for GNU/Linux and Mac OS X (where should this go on Windows?); simplified GNU/Linux font path
svn path=/trunk/; revision=8037
Diffstat (limited to 'packages/linux_make')
-rwxr-xr-x | packages/linux_make/Makefile | 2 | ||||
-rw-r--r-- | packages/linux_make/default.pdsettings | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/packages/linux_make/Makefile b/packages/linux_make/Makefile index fa23000f..f9972ce6 100755 --- a/packages/linux_make/Makefile +++ b/packages/linux_make/Makefile @@ -89,6 +89,8 @@ deb: $(bindir) ln -s $(prefix)/lib/pd/default.pdsettings \ $(DESTDIR)/etc/pd-extended/default.pdsettings install -p $(packages_src)/linux_make/default.pdsettings $(libpddir) +# folder to install libs into + install -d -m0775 $(DESTDIR)/usr/share/pd # emacs mode for .pd files install -d $(DESTDIR)/usr/share/emacs/site-lisp/ install -p $(scripts_src)/pd-mode.el $(DESTDIR)/usr/share/emacs/site-lisp/ diff --git a/packages/linux_make/default.pdsettings b/packages/linux_make/default.pdsettings index 42526f4e..5e26d079 100644 --- a/packages/linux_make/default.pdsettings +++ b/packages/linux_make/default.pdsettings @@ -37,8 +37,6 @@ loadlib34: iem_anything loadlib35: pdp loadlib36: pidip loadlib37: flib -path1: /usr/X11R6/lib/X11/fonts -path2: /usr/X11R6/lib/X11/fonts/TTF -path3: /usr/lib/X11/fonts -path4: /usr/share/fonts/truetype +path1: /usr/share/pd +path2: /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType nloadlib: 37 |