Dr. Werner Fink 2012-06-05 15:07:35 +00:00 committed by Git OBS Bridge
parent 281e5cf615
commit b0993e3676

View File

@ -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