Jan Kasprzak said: (by the date of Mon, 5 Jan 2009 18:07:09 +0100) > --- rep-gtk-0.18.3/Makefile.in.libdir 2008-08-14 19:05:46.000000000 +0200 > +++ rep-gtk-0.18.3/Makefile.in 2009-01-05 17:40:53.000000000 +0100 > @@ -50,6 +50,7 @@ > > DESTDIR= > installdir=$(repexecdir) > +libd...@libdir@ > > top_srcd...@top_srcdir@ > top_builddir=. > @@ -105,8 +106,8 @@ > printf "\nrep_open_globally=yes\n" >>$(DESTDIR)$(installdir)/$$f; \ > done > $(rep_INSTALL_ALIASES) -c . $(DESTDIR)$(installdir) > - install -d $(DESTDIR)/@prefix@/lib/pkgconfig/ > - install -m644 rep-gtk.pc $(DESTDIR)/@prefix@/lib/pkgconfig/ > + install -d $(DESTDIR)/$(libdir)/pkgconfig > + install -m644 rep-gtk.pc $(DESTDIR)/$(libdir)/pkgconfig/ > install -d $(DESTDIR)/@prefix@/share/doc/rep-g...@version@/ > install -m755 examples/* > $(DESTDIR)/@prefix@/share/doc/rep-g...@version@/
Hi, The the best if you could submit the patch to our patch tracking system: http://sawfish.wikia.com/wiki/Patches simply click "Create patch page" -- Janek Kozicki |
