mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
set the actual application to robotstxt
This commit is contained in:
parent
25404efea0
commit
60cddd7322
1 changed files with 1 additions and 1 deletions
2
PKGBUILD
2
PKGBUILD
|
|
@ -24,7 +24,7 @@ build() {
|
|||
package() {
|
||||
install -dm0755 "$pkgdir/usr/bin"
|
||||
|
||||
install -m0755 "$srcdir/robotstxt-$_git_commit/bazel-bin/robots_main" "$pkgdir/usr/bin/robots_main"
|
||||
install -m0755 "$srcdir/robotstxt-$_git_commit/bazel-bin/robots_main" "$pkgdir/usr/bin/robotstxt"
|
||||
}
|
||||
|
||||
check() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue