diff options
author | Koop Mast <kwm@FreeBSD.org> | 2013-11-23 11:39:07 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2013-11-23 11:39:07 +0000 |
commit | a236e2d0bfa53f22be02c6a4cc7b2cf730bc69e1 (patch) | |
tree | 000a9ce64a1e669ce72ebf4b639d75f2ef29c214 /x11/mate-applets/files/patch-battstat_Makefile.am | |
parent | fdf023af8a1f19bbc7987f3abfb59c503eb6d52c (diff) |
Notes
Diffstat (limited to 'x11/mate-applets/files/patch-battstat_Makefile.am')
-rw-r--r-- | x11/mate-applets/files/patch-battstat_Makefile.am | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/x11/mate-applets/files/patch-battstat_Makefile.am b/x11/mate-applets/files/patch-battstat_Makefile.am new file mode 100644 index 000000000000..caf3bef4fbed --- /dev/null +++ b/x11/mate-applets/files/patch-battstat_Makefile.am @@ -0,0 +1,24 @@ +--- battstat/Makefile.am.orig 2013-08-18 12:28:45.000000000 +0200 ++++ battstat/Makefile.am 2013-08-18 12:29:27.000000000 +0200 +@@ -34,10 +34,10 @@ + -DBATTSTAT_MENU_UI_DIR=\""$(uidir)"\" + + +-libexec_PROGRAMS = battstat-applet-2 ++libexec_PROGRAMS = mate-battstat-applet-2 + + +-battstat_applet_2_SOURCES = \ ++mate_battstat_applet_2_SOURCES = \ + battstat.h \ + pixmaps.h \ + properties.c \ +@@ -53,7 +53,7 @@ + battstat-upower.h + + +-battstat_applet_2_LDADD = \ ++mate_battstat_applet_2_LDADD = \ + $(MATE_APPLETS4_LIBS) \ + $(LIBNOTIFY_LIBS) \ + $(HAL_LIBS) \ |