summaryrefslogtreecommitdiff
path: root/openssh.spec
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>1999-11-09 14:48:48 +1100
committerDamien Miller <djm@mindrot.org>1999-11-09 14:48:48 +1100
commit973fb0294b74c296be101b146e7447b26bb80646 (patch)
treece2e821708cc6ff634587d0166af33926d30b6c0 /openssh.spec
parent3f51bf5852cc645d9a776f7cdc587b4e0b50a8d8 (diff)
Dumb typo
Diffstat (limited to 'openssh.spec')
-rw-r--r--openssh.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/openssh.spec b/openssh.spec
index 6b81b2724..113a90cfa 100644
--- a/openssh.spec
+++ b/openssh.spec
@@ -84,7 +84,7 @@ This package contains the GNOME passphrase dialog.
84%build 84%build
85 85
86CFLAGS="$RPM_OPT_FLAGS" \ 86CFLAGS="$RPM_OPT_FLAGS" \
87 ./configure --prefix=/usr --sysconfdir=/etc/ssh --enable-gnome-askpass 87 ./configure --prefix=/usr --sysconfdir=/etc/ssh --with-gnome-askpass
88 88
89make 89make
90 90