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:
parent
2ef472ec01
commit
f7a782d386
@ -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
|
||||
|
||||
|
@ -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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user