openbsd-ports/sysutils/bacula/patches/patch-scripts_bat_desktop_in
merdely b92ffdaba9 Update bacula to 5.0.2.
Fixes the weird install issues with the bat binary

New features can be found here:
http://www.bacula.org/5.0.x-manuals/en/main/main/New_Features_in_5_0_0.html

Thanks to sthen for help with the new wantlib/lib_depends stuff,
removing the sqlite flavor, ...

Thanks to giovanni for pointing out a ${TRUEPREFIX} -> /usr/local that
crept into one of my patch files.

ok sthen@
2010-07-20 14:38:39 +00:00

13 lines
445 B
Plaintext

$OpenBSD: patch-scripts_bat_desktop_in,v 1.3 2010/07/20 14:38:39 merdely Exp $
--- scripts/bat.desktop.in.orig Tue Apr 27 15:58:29 2010
+++ scripts/bat.desktop.in Thu Jun 24 16:25:08 2010
@@ -1,7 +1,7 @@
[Desktop Entry]
Name=Bacula Administration Tool
Comment=Bacula Director Console
-Icon=/usr/share/pixmaps/bat_icon.png
+Icon=${TRUEPREFIX}/pixmaps/bat_icon.png
Exec=@sbindir@/bat -c @sysconfdir@/bat.conf
Terminal=false
Type=Application