summaryrefslogtreecommitdiff
path: root/openssh.spec
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>1999-11-09 14:31:49 +1100
committerDamien Miller <djm@mindrot.org>1999-11-09 14:31:49 +1100
commitcdb8b1d349fac1d9fe121c90645a789131bd9cef (patch)
tree9f81854e297cab14b0e60874187fd4da486c2389 /openssh.spec
parent742d2cb5f869dcfdf0a356a6ff62d512a8500ff4 (diff)
Build fixes
Diffstat (limited to 'openssh.spec')
-rw-r--r--openssh.spec2
1 files changed, 2 insertions, 0 deletions
diff --git a/openssh.spec b/openssh.spec
index 77c922109..240658451 100644
--- a/openssh.spec
+++ b/openssh.spec
@@ -44,6 +44,8 @@ patented algorithms to seperate libraries (OpenSSL).
44CFLAGS="$RPM_OPT_FLAGS" \ 44CFLAGS="$RPM_OPT_FLAGS" \
45 ./configure --prefix=/usr --sysconfdir=/etc/ssh --enable-gnome-askpass 45 ./configure --prefix=/usr --sysconfdir=/etc/ssh --enable-gnome-askpass
46 46
47make
48
47%install 49%install
48rm -rf $RPM_BUILD_ROOT 50rm -rf $RPM_BUILD_ROOT
49make install prefix="$RPM_BUILD_ROOT/usr" 51make install prefix="$RPM_BUILD_ROOT/usr"