install *.ny plugins

This commit is contained in:
Bernhard Landauer 2020-05-22 09:13:10 +02:00
parent accac7ed2a
commit 667ee315e8
2 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
pkgbase = audacity-git pkgbase = audacity-git
pkgdesc = A program that lets you manipulate digital audio waveforms pkgdesc = A program that lets you manipulate digital audio waveforms
pkgver = 2.4.1.r0.g1322b40a9 pkgver = 2.4.1.r1.g947ed3791
pkgrel = 1 pkgrel = 1
url = http://www.audacityteam.org/ url = http://www.audacityteam.org/
arch = i686 arch = i686

View File

@ -3,7 +3,7 @@
pkgname=audacity-git pkgname=audacity-git
_pkgname=audacity _pkgname=audacity
pkgver=2.4.1.r0.g1322b40a9 pkgver=2.4.1.r1.g947ed3791
pkgrel=1 pkgrel=1
pkgdesc="A program that lets you manipulate digital audio waveforms" pkgdesc="A program that lets you manipulate digital audio waveforms"
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
@ -61,4 +61,5 @@ package() {
cd $_pkgname cd $_pkgname
make DESTDIR="${pkgdir}" install make DESTDIR="${pkgdir}" install
install -vDm 644 plug-ins/*.ny -t "${pkgdir}/usr/share/${pkgname}/plug-ins"
} }