- removing argument from popd

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libssh?expand=0&rev=16
This commit is contained in:
Stephan Kulow 2015-01-22 07:49:57 +00:00 committed by Git OBS Bridge
parent cf24bbfae6
commit 616b858c1d
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Jan 22 07:41:22 UTC 2015 - coolo@suse.com
- removing argument from popd
-------------------------------------------------------------------
Fri Dec 19 09:51:35 UTC 2014 - asn@cryptomilk.org

View File

@ -1,7 +1,7 @@
#
# spec file for package libssh
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -103,7 +103,7 @@ cmake \
make %{?_smp_mflags} VERBOSE=1
%__make doc
popd build
popd
%install
pushd build
@ -112,7 +112,7 @@ pushd build
%else
%__make DESTDIR=%{buildroot} install
%endif
popd build
popd
%post -n libssh4 -p /sbin/ldconfig