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@
13 lines
758 B
Plaintext
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" $^ > $@
|