From 19ff97c49f5e4b11eb395ce5e7b6a9a51171cdec Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Wed, 24 Mar 2004 15:18:35 +0000 Subject: Another pass of cleanups... ..cheated and made the parser temporarily more picky to spot the packages that need cleaning. BKrev: 4061a6cbKWfvpS3a5Dml4UNIp_LkNQ --- openssh/openssh_3.7.1p1.oe | 2 +- openssh/openssh_3.7.1p2.oe | 2 +- openssh/openssh_3.8p1.oe | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'openssh') diff --git a/openssh/openssh_3.7.1p1.oe b/openssh/openssh_3.7.1p1.oe index b932c282f4..9e2acc22d7 100644 --- a/openssh/openssh_3.7.1p1.oe +++ b/openssh/openssh_3.7.1p1.oe @@ -15,7 +15,7 @@ SRC_URI = "ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-${PV}.tar. inherit autotools -sysconfdir_append = /ssh +sysconfdir_append = "/ssh" export ASKPASS_PROGRAM = "${bindir}/ssh-askpass" export LD = "${CC}" CFLAGS_prepend = "-I${S} " diff --git a/openssh/openssh_3.7.1p2.oe b/openssh/openssh_3.7.1p2.oe index b932c282f4..9e2acc22d7 100644 --- a/openssh/openssh_3.7.1p2.oe +++ b/openssh/openssh_3.7.1p2.oe @@ -15,7 +15,7 @@ SRC_URI = "ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-${PV}.tar. inherit autotools -sysconfdir_append = /ssh +sysconfdir_append = "/ssh" export ASKPASS_PROGRAM = "${bindir}/ssh-askpass" export LD = "${CC}" CFLAGS_prepend = "-I${S} " diff --git a/openssh/openssh_3.8p1.oe b/openssh/openssh_3.8p1.oe index 6b017c3e33..ee089b7050 100644 --- a/openssh/openssh_3.8p1.oe +++ b/openssh/openssh_3.8p1.oe @@ -15,7 +15,7 @@ SRC_URI = "ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-${PV}.tar. inherit autotools -sysconfdir_append = /ssh +sysconfdir_append = "/ssh" export ASKPASS_PROGRAM = "${bindir}/ssh-askpass" export LD = "${CC}" CFLAGS_prepend = "-I${S} " -- cgit v1.2.3