openbsd-ports/sysutils/deja-dup/patches/patch-data_Makefile_in
ajacoutot 5623779f1c Import deja-dup-19.92.
Deja Dup is a simple backup tool. It hides the complexity of backing up
the Right Way (encrypted, off-site, and regular) and uses duplicity as
the backend.
<...>

ok jasper@
2011-09-24 12:21:02 +00:00

13 lines
758 B
Plaintext

$OpenBSD: patch-data_Makefile_in,v 1.1.1.1 2011/09/24 12:21:03 ajacoutot Exp $
--- data/Makefile.in.orig Tue Sep 20 14:41:14 2011
+++ data/Makefile.in Tue Sep 20 14:41:24 2011
@@ -616,7 +616,7 @@ uninstall-am: uninstall-autostartDATA uninstall-deskto
deja-dup-preferences.desktop.in: deja-dup-preferences.desktop.in.in
$(install_sh_DATA) $^ $@
-@HAVE_CCPANEL_TRUE@ sed -i "s/^Categories=.*/\0\n\nNotShowIn=$(shell grep OnlyShowIn $(srcdir)/deja-dup-ccpanel.desktop.in | cut -d= -f2)/" $@
+@HAVE_CCPANEL_TRUE@ perl -pi -e "s/^Categories=.*/\0\n\nNotShowIn=$(shell grep OnlyShowIn $(srcdir)/deja-dup-ccpanel.desktop.in | cut -d= -f2)/" $@
deja-dup-monitor.desktop.in: deja-dup-monitor.desktop.in.in
sed "s|@pkglibexecdir@|$(pkglibexecdir)|g" $^ > $@