Accepting request 290990 from home:dimstar:Factory

- Fix popd usage: since bash 4.3, it only takes a numeric argument.

OBS-URL: https://build.opensuse.org/request/show/290990
OBS-URL: https://build.opensuse.org/package/show/network:synchronization:files/pam_csync?expand=0&rev=20
This commit is contained in:
Andreas Schneider 2015-03-27 15:22:27 +00:00 committed by Git OBS Bridge
parent 2ef472ec01
commit f7a782d386
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Mar 16 11:36:19 UTC 2015 - dimstar@opensuse.org
- Fix popd usage: since bash 4.3, it only takes a numeric argument.
-------------------------------------------------------------------
Mon Mar 10 14:44:34 UTC 2014 - jmcdonough@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package pam_csync
#
# 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
@ -70,12 +70,12 @@ cmake \
%{_builddir}/%{name}-%{version}
%__make %{?jobs:-j%jobs} VERBOSE=1
popd build
popd
%install
pushd build
make DESTDIR=%{buildroot} install
popd build
popd
%clean
%__rm -rf %{buildroot}