manpage should not have 755 permissions (#1061759)
This commit is contained in:
parent
3a494a173c
commit
36bd85e1ad
@ -12,7 +12,7 @@ install-bin:
|
||||
|
||||
install-man:
|
||||
mkdir -p $(MANDIR)/man1
|
||||
install -p bin/collateindex.pl.1 $(MANDIR)/man1
|
||||
install -m 644 -p bin/collateindex.pl.1 $(MANDIR)/man1
|
||||
|
||||
install-dtd:
|
||||
mkdir -p $(DESTDIR)/dtds/{decls,dbdsssl,html,imagelib,olink}
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: docbook-style-dsssl
|
||||
Version: 1.79
|
||||
Release: 18%{?dist}
|
||||
Release: 19%{?dist}
|
||||
Group: Applications/Text
|
||||
|
||||
Summary: Norman Walsh's modular stylesheets for DocBook
|
||||
@ -65,6 +65,9 @@ fi
|
||||
exit 0
|
||||
|
||||
%changelog
|
||||
* Wed Feb 05 2014 Ondrej Vasik <ovasik@redhat.com> - 1.79-19
|
||||
- manpage should not have 755 permissions (#1061759)
|
||||
|
||||
* Sat Aug 03 2013 Petr Pisar <ppisar@redhat.com> - 1.79-18
|
||||
- Perl 5.18 rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user