remove exec chmod on /etc conf file
This commit is contained in:
parent
90cebf587c
commit
7d6c3ee87d
@ -1 +1,2 @@
|
|||||||
brltty-3.2.tar.gz
|
brltty-3.2.tar.gz
|
||||||
|
brltty-3.6.tar.gz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: brltty
|
Name: brltty
|
||||||
Version: 3.2
|
Version: 3.2
|
||||||
Release: 4
|
Release: 5
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
URL: http://mielke.cc/brltty/
|
URL: http://mielke.cc/brltty/
|
||||||
@ -34,7 +34,7 @@ done
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
make install-programs install-help install-tables install-drivers install-manpage
|
make install-programs install-help install-tables install-drivers install-manpage
|
||||||
install Documents/brltty.conf "${RPM_BUILD_ROOT}/etc"
|
install -m 644 Documents/brltty.conf "${RPM_BUILD_ROOT}%{_sysconfdir}"
|
||||||
rm -f ${RPM_BUILD_ROOT}/bin/brltty
|
rm -f ${RPM_BUILD_ROOT}/bin/brltty
|
||||||
rm -f ${RPM_BUILD_ROOT}/bin/install-brltty
|
rm -f ${RPM_BUILD_ROOT}/bin/install-brltty
|
||||||
rm -rf ${RPM_BUILD_ROOT}/lib/brltty/*
|
rm -rf ${RPM_BUILD_ROOT}/lib/brltty/*
|
||||||
@ -75,6 +75,9 @@ fi
|
|||||||
/etc/brltty
|
/etc/brltty
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Oct 14 2004 Adrian Havill <havill@redhat.com> 3.2-5
|
||||||
|
- chmod a-x for conf file (#116244)
|
||||||
|
|
||||||
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
||||||
- rebuilt
|
- rebuilt
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user