mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
fixed udev-automount, can't have empty build()
This commit is contained in:
parent
42ad3d8cf7
commit
d0f4967ca8
1 changed files with 2 additions and 2 deletions
|
@ -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() {
|
||||||
|
|
Loading…
Reference in a new issue