Skip to content
Snippets Groups Projects
Commit 81e19322 authored by Eric Vidal's avatar Eric Vidal :speech_balloon:
Browse files

fix files installation

parent 0b33f553
No related branches found
No related tags found
No related merge requests found
Pipeline #1265 passed
......@@ -144,7 +144,7 @@ package() {
)
make DESTDIR="$pkgdir" install -C build
install -vDm 644 $_name-$pkgver/{ChangeLog,README.md -t "$pkgdir/usr/share/doc/$pkgname"
install -vDm 644 $_name-$pkgver/{ChangeLog,README.md} -t "$pkgdir/usr/share/doc/$pkgname"
}
#-------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment