forked from pool/hxtools
This commit is contained in:
parent
6b7e9159aa
commit
daadf8b628
@ -153,7 +153,12 @@ lsof/fuser in that it can scan recursively and won't bluntly look at
|
|||||||
an entire mount.
|
an entire mount.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
|
%if 0%{?suse_version} < 1550
|
||||||
|
%setup -Tcq
|
||||||
|
pushd .. && tar --use=zstd -xf "%{S:0}" && popd
|
||||||
|
%else
|
||||||
%autosetup -p1
|
%autosetup -p1
|
||||||
|
%endif
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
|
Loading…
x
Reference in New Issue
Block a user