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