main/acf-vlc-daemon: run make install in package()

This commit is contained in:
Natanael Copa 2013-08-14 07:44:31 +00:00
parent 292e6f5563
commit 1ca8023807

View File

@ -26,12 +26,12 @@ prepare() {
}
build() {
cd "$_builddir"
make DESTDIR="$pkgdir" install
return 0
}
package() {
cd "$_builddir"
make DESTDIR="$pkgdir" install
}
md5sums="6e937ed4ead22798534b6d71e7fbdc7a acf-vlc-daemon-0.2.1.tar.bz2"