Do not try to install nonexistent Ruby scripts

This commit is contained in:
Adrian Perez de Castro 2023-07-05 22:40:06 +03:00
parent f22485d029
commit d4cef0ac60
Failed to extract signature
2 changed files with 2 additions and 3 deletions

View file

@ -1,7 +1,7 @@
pkgbase = nvc
pkgdesc = VHDL compiler and simulator
pkgver = 1.9.2
pkgrel = 1
pkgrel = 2
url = https://www.nickg.me.uk/nvc
arch = x86_64
arch = i686

View file

@ -2,7 +2,7 @@
pkgdesc='VHDL compiler and simulator'
pkgname=nvc
pkgver=1.9.2
pkgrel=1
pkgrel=2
url=https://www.nickg.me.uk/nvc
license=(GPL3)
conflicts=(nvc-git)
@ -47,5 +47,4 @@ package () {
make -C_build DESTDIR="${pkgdir}" install
install -Dm755 -t "${pkgdir}/usr/share/doc/${pkgname}" README.md
install -Dm755 -t "${pkgdir}/usr/share/doc/${pkgname}/tools" tools/*.rb
}