summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Kalika <max@gentoo.org>2003-08-08 18:11:28 +0000
committerMax Kalika <max@gentoo.org>2003-08-08 18:11:28 +0000
commit9855b2df66f0f9fda587ccf6cb810c4ce3d2e2fe (patch)
tree262a0e583feee29bea09aceea2360ceab66f3756 /app-arch/flexbackup/flexbackup-1.2.0-r1.ebuild
parentimport of qpage ebuild; bug 19961 (diff)
downloadhistorical-9855b2df66f0f9fda587ccf6cb810c4ce3d2e2fe.tar.gz
historical-9855b2df66f0f9fda587ccf6cb810c4ce3d2e2fe.tar.bz2
historical-9855b2df66f0f9fda587ccf6cb810c4ce3d2e2fe.zip
Fix sed command.
Diffstat (limited to 'app-arch/flexbackup/flexbackup-1.2.0-r1.ebuild')
-rw-r--r--app-arch/flexbackup/flexbackup-1.2.0-r1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/app-arch/flexbackup/flexbackup-1.2.0-r1.ebuild b/app-arch/flexbackup/flexbackup-1.2.0-r1.ebuild
index d7b0dedd1b49..fec4d8bef404 100644
--- a/app-arch/flexbackup/flexbackup-1.2.0-r1.ebuild
+++ b/app-arch/flexbackup/flexbackup-1.2.0-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/flexbackup/flexbackup-1.2.0-r1.ebuild,v 1.2 2003/08/06 06:43:11 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/flexbackup/flexbackup-1.2.0-r1.ebuild,v 1.3 2003/08/08 18:11:23 max Exp $
DESCRIPTION="Flexible backup script using perl."
HOMEPAGE="http://flexbackup.sourceforge.net/"
@@ -23,8 +23,8 @@ src_install() {
dodir /etc /usr/bin
einstall CONFFILE="${D}/etc/flexbackup.conf" BINPATH="${D}/usr/bin"
- dosed '/^$type = /s:afio:tar:' /etc/flexbackup.conf
- dosed '/^$buffer = /s:buffer:false:' /etc/flexbackup.conf
+ dosed "/^\$type = /s:'afio':'tar':" /etc/flexbackup.conf
+ dosed "/^\$buffer = /s:'buffer':'false':" /etc/flexbackup.conf
dodoc CHANGES COPYING CREDITS INSTALL README TODO
dohtml faq.html