diff options
author | Vincent Untz <[email protected]> | 2012-02-02 14:21:46 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-04-28 16:51:07 +0200 |
commit | a7dcec2794d1c3e8c9cf84f07df1de607c35671e (patch) | |
tree | 76d4d85e1c092ff1ef39d05b4591692137195065 /applets | |
parent | cd623c5a12e92fcaf711194ab994e619cdc6b48b (diff) | |
download | mate-panel-a7dcec2794d1c3e8c9cf84f07df1de607c35671e.tar.bz2 mate-panel-a7dcec2794d1c3e8c9cf84f07df1de607c35671e.tar.xz |
fish: Install fish animations in fish-specific directory
Diffstat (limited to 'applets')
-rw-r--r-- | applets/fish/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applets/fish/Makefile.am b/applets/fish/Makefile.am index e43cb57f..d9a894f5 100644 --- a/applets/fish/Makefile.am +++ b/applets/fish/Makefile.am @@ -63,7 +63,7 @@ org.mate.panel.applet.FishAppletFactory.service: $(service_in_files) $< > $@ endif -fishbitmapsdir = $(datadir)/mate-panel/pixmaps +fishbitmapsdir = $(datadir)/mate-panel/fish fishbitmaps_DATA = \ wanda.png \ fishanim.png \ |