Skip to content

Commit

Permalink
make install from macports part 2
Browse files Browse the repository at this point in the history
Oops, forgot a line..
  • Loading branch information
Joshua Pettus authored and arunpersaud committed May 8, 2015
1 parent 39055cd commit 11319da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ macportsprefix = $(shell which port | sed s/[/]bin[/]port//)
$(INSTALL) ./osxapp/launcher_rc $(datarootdir)/
$(INSTALL) $(macportsprefix)/etc/gtk-2.0/im-multipress.conf $(sysconfdir)/gtk-2.0
$(INSTALL) ./osxapp/gtkrc $(sysconfdir)/gtk-2.0/gtkrc
sed -e '/ModuleFiles = \/opt\/local\/etc\/pango\/pango.modules/d' <$(macportsprefix)/etc/pango/pangorc >$(sysconfdir)/pango/pangorc
sed -e '/ModuleFiles = .*\/etc\/pango\/pango.modules/d' <$(macportsprefix)/etc/pango/pangorc >$(sysconfdir)/pango/pangorc
sed -e 's?$(macportsprefix)/lib/pango/1.8.0/modules/??' <$(macportsprefix)/etc/pango/pango.modules >$(sysconfdir)/pango/pango.modules
cp -R $(macportsprefix)/lib/gtk-2.0 $(datarootdir)/lib
cp -R $(macportsprefix)/lib/gdk-pixbuf-2.0 $(datarootdir)/lib
Expand Down

0 comments on commit 11319da

Please sign in to comment.