mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Remove fluxdoc
This commit is contained in:
parent
688df7b106
commit
d7d82312cd
1 changed files with 1 additions and 1 deletions
2
PKGBUILD
2
PKGBUILD
|
|
@ -29,7 +29,7 @@ build() {
|
|||
eval $(rustc --print cfg | grep target)
|
||||
echo $target_arch-$target_vendor-$target_os-$target_env
|
||||
)
|
||||
mv libflux/target/$target/release/{libflux.so,fluxdoc} .
|
||||
mv libflux/target/$target/release/libflux.so .
|
||||
}
|
||||
|
||||
package() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue