mirror of
https://codeberg.org/cunicu/cunicu.git
synced 2025-09-27 05:06:02 +08:00
aur: create directory for installing manpages
Signed-off-by: Steffen Vogel <post@steffenvogel.de>
This commit is contained in:
@@ -289,6 +289,7 @@ aurs:
|
||||
install -Dm644 "./LICENSE" "${pkgdir}/usr/share/licenses/cunicu/LICENSE"
|
||||
|
||||
# manpages
|
||||
install -d "${pkgdir}/usr/share/man/man1"
|
||||
install -Dm644 ./man/*.1 "${pkgdir}/usr/share/man/man1"
|
||||
|
||||
# completions
|
||||
|
Reference in New Issue
Block a user