fixed udev-automount, can't have empty build()

This commit is contained in:
Kevin Mihelich 2011-08-04 15:21:48 -04:00
parent 42ad3d8cf7
commit d0f4967ca8

View file

@ -6,7 +6,7 @@ plugrel=1
pkgname=udev-automount pkgname=udev-automount
pkgver=1.0 pkgver=1.0
pkgrel=1 pkgrel=2
pkgdesc="Automount rules for udev" pkgdesc="Automount rules for udev"
arch=('arm' 'armv7h') arch=('arm' 'armv7h')
url="http://archlinuxarm.org/" url="http://archlinuxarm.org/"
@ -20,7 +20,7 @@ md5sums=('155554f488388e3f994ace619ad1e8d4'
'173b71ab6466677c12c99ef37c56a3db') '173b71ab6466677c12c99ef37c56a3db')
build() { build() {
# Nothing to see here! echo "udev-automount"
} }
package() { package() {