mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
add quotes around doc glob
This commit is contained in:
parent
e44153b646
commit
6cce50d45c
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ skalibs-doc_package() {
|
||||||
depends="${sourcepkg}>=${version}_${revision}"
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmkdir usr/share/doc/skalibs
|
vmkdir usr/share/doc/skalibs
|
||||||
vcopy doc/* usr/share/doc/skalibs
|
vcopy "doc/*" usr/share/doc/skalibs
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue