.
OBS-URL: https://build.opensuse.org/package/show/Base:System/procps?expand=0&rev=70
This commit is contained in:
parent
281e5cf615
commit
b0993e3676
@ -141,7 +141,10 @@ export NCURSESW_LIBS="$(ncursesw5-config --libs)"
|
||||
make %{?_smp_mflags}
|
||||
hz="$(ps/ps aux 2>&1 | grep -E '^Unknown HZ value')" || true
|
||||
test -z "$hz" || exit 1
|
||||
./pmap -d $$ || exit 1
|
||||
./pmap -d $$ || {
|
||||
cat /proc/$$/smaps
|
||||
exit 1
|
||||
}
|
||||
|
||||
%install
|
||||
make DESTDIR=%{buildroot} install
|
||||
|
Loading…
Reference in New Issue
Block a user