]> git.pld-linux.org Git - packages/gjs.git/blob - am.patch
- typo
[packages/gjs.git] / am.patch
1 --- gjs-1.30.0/Makefile.am.wiget        2011-12-27 16:13:38.169339140 +0100
2 +++ gjs-1.30.0/Makefile.am      2011-12-27 16:16:48.684343724 +0100
3 @@ -167,7 +167,8 @@ include Makefile-gjs-dbus.am
4  include Makefile-modules.am
5  include Makefile-examples.am
6  
7 -pkglib_DATA = $(INTROSPECTION_GIRS) $(INTROSPECTION_GIRS:.gir=.typelib)
8 +typelibdir = $(pkglibdir)
9 +typelib_DATA = $(INTROSPECTION_GIRS) $(INTROSPECTION_GIRS:.gir=.typelib)
10  
11  ########################################################################
12  bin_PROGRAMS += gjs-console
This page took 0.028961 seconds and 3 git commands to generate.