eion/purple-hangouts

Fix icon installation with libpurple3.
draft
2016-05-01, Darryl Pogue
ac46255b9b6d
Fix icon installation with libpurple3.
  • +1 -1
    Makefile
  • --- a/Makefile Sun May 01 22:45:16 2016 +1200
    +++ b/Makefile Sun May 01 20:48:07 2016 +0000
    @@ -55,7 +55,7 @@
    else
    HANGOUTS_TARGET = libhangouts3.so
    HANGOUTS_DEST = $(DESTDIR)`$(PKG_CONFIG) --variable=plugindir purple-3`
    - HANGOUTS_ICONS_DEST = $(DESTDIR)`$(PKG_CONFIG) --variable=datadir purple`/pixmaps/pidgin/protocols
    + HANGOUTS_ICONS_DEST = $(DESTDIR)`$(PKG_CONFIG) --variable=datadir purple-3`/pixmaps/pidgin/protocols
    endif
    endif