alarm/libcec-rpi: use

This commit is contained in:
David Beauchamp 2015-07-24 11:22:38 -04:00
parent ce43df27de
commit 8dd5914486

View file

@ -45,6 +45,6 @@ build() {
}
package() {
cd "$pkgname-$pkgname-$pkgver/build"
cd "$_pkgname-$_pkgname-$pkgver/build"
make DESTDIR="$pkgdir" install
}