diff options
author | Jeroen Roovers <jer@gentoo.org> | 2007-10-13 16:38:17 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2007-10-13 16:38:17 +0000 |
commit | f61d0e243e8744191cca9d4052d3b1b9549114df (patch) | |
tree | b4577019dc4593afcf0ae69564877d690765797a /app-backup/bacula | |
parent | Stable on ppc64; bug #193947 (diff) | |
download | gentoo-2-f61d0e243e8744191cca9d4052d3b1b9549114df.tar.gz gentoo-2-f61d0e243e8744191cca9d4052d3b1b9549114df.tar.bz2 gentoo-2-f61d0e243e8744191cca9d4052d3b1b9549114df.zip |
Fix quoting issues found by repoman.
(Portage version: 2.1.3.12)
Diffstat (limited to 'app-backup/bacula')
-rw-r--r-- | app-backup/bacula/ChangeLog | 5 | ||||
-rw-r--r-- | app-backup/bacula/bacula-2.2.5.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/app-backup/bacula/ChangeLog b/app-backup/bacula/ChangeLog index d38a69943fdb..25da0461d41a 100644 --- a/app-backup/bacula/ChangeLog +++ b/app-backup/bacula/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-backup/bacula # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-backup/bacula/ChangeLog,v 1.39 2007/10/12 08:49:35 wschlich Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-backup/bacula/ChangeLog,v 1.40 2007/10/13 16:38:17 jer Exp $ + + 13 Oct 2007; Jeroen Roovers <jer@gentoo.org> bacula-2.2.5.ebuild: + Fix quoting issues found by repoman. *bacula-2.2.5 (12 Oct 2007) diff --git a/app-backup/bacula/bacula-2.2.5.ebuild b/app-backup/bacula/bacula-2.2.5.ebuild index 2c3e8be33c08..ab610fc801e9 100644 --- a/app-backup/bacula/bacula-2.2.5.ebuild +++ b/app-backup/bacula/bacula-2.2.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-backup/bacula/bacula-2.2.5.ebuild,v 1.1 2007/10/12 08:49:35 wschlich Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-backup/bacula/bacula-2.2.5.ebuild,v 1.2 2007/10/13 16:38:17 jer Exp $ # # TODO: @@ -126,7 +126,7 @@ pkg_setup() { src_unpack() { unpack ${A} - cd ${S} + cd "${S}" # adjusts default configuration files for several binaries # to /etc/bacula/<config> instead of ./<config> @@ -212,7 +212,7 @@ src_compile() { pushd "${WORKDIR}/${PN}-docs-${DOC_VER}" ./configure \ - --with-bacula=${S} \ + --with-bacula="${S}" \ || die "configure for bacula-docs failed" # the main Makefile tries to build stuff in |