diff options
Diffstat (limited to 'pcr/nekobee/PKGBUILD')
-rw-r--r-- | pcr/nekobee/PKGBUILD | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/pcr/nekobee/PKGBUILD b/pcr/nekobee/PKGBUILD index 164b50ac9..4e71ae93d 100644 --- a/pcr/nekobee/PKGBUILD +++ b/pcr/nekobee/PKGBUILD @@ -2,7 +2,7 @@ pkgname=nekobee pkgver=0.1.8 -pkgrel=1 +pkgrel=2 pkgdesc="A TB303-style synthesizer for DSSI" url="https://github.com/gordonjcp/nekobee" depends=('liblo' 'gtk2') @@ -19,5 +19,9 @@ cd $startdir/src/$pkgname-$pkgver patch -p1 -i $srcdir/$pkgname.patch ./waf configure --prefix=/usr ./waf -DESTDIR=$startdir/pkg ./waf install +} + +package() { +cd $startdir/src/$pkgname-$pkgver +DESTDIR=$pkgdir ./waf install } |