Compare commits
4 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
58c12d2df7 | ||
|
|
03e6daec32 | ||
|
|
695a79e6c5 | ||
|
|
9064b2a9ce |
1 changed files with 4 additions and 4 deletions
|
|
@ -84,10 +84,10 @@ awk '
|
|||
|
||||
%install
|
||||
# The Makefile has no install target.
|
||||
install -d '%{buildroot}%{_bindir}'
|
||||
install -t '%{buildroot}%{_bindir}' -p sfnt2woff woff2sfnt
|
||||
install -d '%{buildroot}%{_mandir}/man1'
|
||||
install -t '%{buildroot}%{_mandir}/man1' -p -m 0644 '%{SOURCE1}' '%{SOURCE2}'
|
||||
install -D --preserve-timestamps \
|
||||
--target='%{buildroot}%{_bindir}' sfnt2woff woff2sfnt
|
||||
install -D --preserve-timestamps --mode=0644 \
|
||||
--target='%{buildroot}%{_mandir}/man1' '%{SOURCE1}' '%{SOURCE2}'
|
||||
|
||||
|
||||
# Upstream provides no tests
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue