- quiet postinstall scriptlet, really fixes #224570

This commit is contained in:
Tomas Janousek 2007-01-30 12:32:40 +00:00
parent 57b854782d
commit 68de005457

View File

@ -1,6 +1,6 @@
Name: brltty
Version: 3.7.2
Release: 2%{?dist}
Release: 2.1%{?dist}
License: GPL
Group: System Environment/Daemons
URL: http://mielke.cc/brltty/
@ -90,12 +90,10 @@ done
if $install
then
device="$(set -- ${devices} && echo "${1}")"
echo -n "Creating screen inspection device ${device}..."
mkdir -p "${device%/*}"
mknod -m o= "${device}" c 7 128
chmod 660 "${device}"
chown root.tty "${device}"
echo "done."
fi
exit 0
@ -127,6 +125,9 @@ exit 0
%doc Documents/BrlAPIref-HTML
%changelog
* Tue Jan 30 2007 Tomas Janousek <tjanouse@redhat.com> - 3.7.2-2.1
- quiet postinstall scriptlet, really fixes #224570
* Tue Jan 30 2007 Tomas Janousek <tjanouse@redhat.com> - 3.7.2-2
- failsafe postinstall script, fixes #224570
- makefile fix - debuginfo extraction now works