summaryrefslogtreecommitdiff
path: root/openssh.spec
diff options
context:
space:
mode:
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"