mirror of
https://github.com/termux/termux-packages.git
synced 2025-08-14 20:43:05 +00:00
12 lines
605 B
Diff
12 lines
605 B
Diff
--- a/data/scripts/install-man-pages.sh
|
|
+++ b/data/scripts/install-man-pages.sh
|
|
@@ -18,7 +18,7 @@ if type po4a-translate >/dev/null 2>&1;
|
|
for f in data/man/po/*.man.po; do
|
|
LOCALE=$(basename "$f" .man.po)
|
|
install -d "$PREFIX/share/man/$LOCALE/man1"
|
|
- po4a-translate -k 0 -f man -m data/man/tilix -p "data/man/po/$LOCALE.man.po" -l "$PREFIX/share/man/$LOCALE/man1/tilix.1"
|
|
+ po4a-translate -k 0 -f man -m data/man/tilix.1 -p "data/man/po/$LOCALE.man.po" -l "$PREFIX/share/man/$LOCALE/man1/tilix.1"
|
|
gzip -f "$PREFIX/share/man/$LOCALE/man1/tilix.1"
|
|
done
|
|
fi
|