We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0345800 commit 107c893Copy full SHA for 107c893
packages/uff/PKGBUILD
@@ -42,7 +42,8 @@ package() {
42
cd $pkgname
43
44
install -Dm 755 $pkgname "$pkgdir/usr/bin/$pkgname"
45
- install -Dm 644 -t "$pkgdir/usr/share/doc/$pkgname/" README.md
+ install -Dm 644 -t "$pkgdir/usr/share/doc/$pkgname/" *.md
46
+ install -Dm 644 "ffufrc.example" "$pkgdir/usr/share/$pkgname/ffufrc.example"
47
48
cp -a resources/ "$pkgdir/usr/share/doc/$pkgname/"
49
0 commit comments