summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrandon Low <lostlogic@gentoo.org>2005-09-02 12:42:33 +0000
committerBrandon Low <lostlogic@gentoo.org>2005-09-02 12:42:33 +0000
commit857e9ceb314f7994b431051d22b058c98ea63092 (patch)
tree9f843535b1c2247af3588cbd84393b9c559d4f6b /app-backup/reoback/reoback-1.0_p3.ebuild
parentDon't use -d option with cp. (diff)
downloadgentoo-2-857e9ceb314f7994b431051d22b058c98ea63092.tar.gz
gentoo-2-857e9ceb314f7994b431051d22b058c98ea63092.tar.bz2
gentoo-2-857e9ceb314f7994b431051d22b058c98ea63092.zip
New revision with actual functional changes -- don't put a runnable script in /etc/reoback, put it in the cron.daily where it belongs, add information about this to the postinst
(Portage version: 1.589-cvs)
Diffstat (limited to 'app-backup/reoback/reoback-1.0_p3.ebuild')
-rw-r--r--app-backup/reoback/reoback-1.0_p3.ebuild9
1 files changed, 5 insertions, 4 deletions
diff --git a/app-backup/reoback/reoback-1.0_p3.ebuild b/app-backup/reoback/reoback-1.0_p3.ebuild
index bff0d0105d42..855b427ba6dd 100644
--- a/app-backup/reoback/reoback-1.0_p3.ebuild
+++ b/app-backup/reoback/reoback-1.0_p3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-backup/reoback/reoback-1.0_p3.ebuild,v 1.1 2005/09/02 12:32:47 lostlogic Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-backup/reoback/reoback-1.0_p3.ebuild,v 1.2 2005/09/02 12:42:33 lostlogic Exp $
DESCRIPTION="Reoback Backup Solution"
HOMEPAGE="http://reoback.sourceforge.net/"
@@ -29,9 +29,10 @@ src_unpack() {
src_install() {
dosbin reoback.pl || die "dosbin"
insinto /etc/reoback
- doins run_reoback.sh conf/* || die "doins conf"
- fperms 750 /usr/sbin/reoback.pl /etc/reoback/run_reoback.sh
-
+ doins conf/* || die "doins conf"
+ fperms 750 /usr/sbin/reoback.pl
+ insinto /etc/cron.daily
+ doins run_reoback.sh
cd docs
dodoc BUGS CHANGES INSTALL MANUALS README TODO
}