libudev-zero: add hotplug helper
This commit is contained in:
parent
5225818a6e
commit
c59cbaa1c8
1 changed files with 4 additions and 0 deletions
|
@ -9,11 +9,15 @@ fetch() {
|
|||
build() {
|
||||
cd $pkgname-$pkgver
|
||||
make
|
||||
cd contrib
|
||||
cc helper.c -o libudev-zero-hotplug-helper
|
||||
}
|
||||
|
||||
package() {
|
||||
cd $pkgname-$pkgver
|
||||
make install PREFIX=/usr DESTDIR=$pkgdir
|
||||
install -d $pkgdir/usr/sbin
|
||||
install -Dm755 ./contrib/libudev-zero-hotplug-helper $pkgdir/usr/sbin/
|
||||
}
|
||||
|
||||
license() {
|
||||
|
|
Loading…
Reference in a new issue