Build fixes

This commit is contained in:
Damien Miller 1999-11-09 14:31:49 +11:00
parent 742d2cb5f8
commit cdb8b1d349
2 changed files with 3 additions and 1 deletions

View File

@ -58,7 +58,7 @@ gnome-ssh-askpass: gnome-ssh-askpass.c
clean:
rm -f *.o core $(TARGETS) config.status config.cache config.log
install:
install: all
install -d $(bindir)
install -d $(sbindir)
install -d $(mandir)

View File

@ -44,6 +44,8 @@ patented algorithms to seperate libraries (OpenSSL).
CFLAGS="$RPM_OPT_FLAGS" \
./configure --prefix=/usr --sysconfdir=/etc/ssh --enable-gnome-askpass
make
%install
rm -rf $RPM_BUILD_ROOT
make install prefix="$RPM_BUILD_ROOT/usr"