mirror of
https://github.com/foxcpp/maddy.git
synced 2025-04-04 21:47:40 +03:00
Merge pull request #516
This commit is contained in:
commit
fd8260c002
1 changed files with 0 additions and 7 deletions
7
build.sh
7
build.sh
|
@ -104,9 +104,6 @@ build_man_pages() {
|
|||
for f in ./docs/man/*.1.scd; do
|
||||
scdoc < "$f" > "${builddir}/man/$(basename "$f" .scd)"
|
||||
done
|
||||
for f in ./docs/man/*.5.scd; do
|
||||
scdoc < "$f" > "${builddir}/man/$(basename "$f" .scd)"
|
||||
done
|
||||
}
|
||||
|
||||
build() {
|
||||
|
@ -159,10 +156,6 @@ install() {
|
|||
for f in "${builddir}"/man/*.1; do
|
||||
command install -m 0644 "$f" "${destdir}/${prefix}/share/man/man1/"
|
||||
done
|
||||
command install -m 0755 -d "${destdir}/${prefix}/share/man/man5/"
|
||||
for f in "${builddir}"/man/*.5; do
|
||||
command install -m 0644 "$f" "${destdir}/${prefix}/share/man/man5/"
|
||||
done
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue