Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
parent
220b095c12
commit
c91c2cdadc
6
PKGBUILD
6
PKGBUILD
|
@ -17,8 +17,6 @@ options=( '!libtool' '!staticlibs')
|
||||||
|
|
||||||
source=(
|
source=(
|
||||||
"$pkgname-$pkgver.tar.gz::https://github.com/gentoo/eudev/archive/v${pkgver}.tar.gz"
|
"$pkgname-$pkgver.tar.gz::https://github.com/gentoo/eudev/archive/v${pkgver}.tar.gz"
|
||||||
'initcpio_hooks'
|
|
||||||
'initcpio_install'
|
|
||||||
'udev-hwdb.hook'
|
'udev-hwdb.hook'
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -68,8 +66,6 @@ package_eudev() {
|
||||||
make DESTDIR="${pkgdir}" install
|
make DESTDIR="${pkgdir}" install
|
||||||
|
|
||||||
# initramfs hooks
|
# initramfs hooks
|
||||||
install -Dm644 "$srcdir/initcpio_hooks" "$pkgdir/usr/lib/initcpio/hooks/udev"
|
|
||||||
install -Dm644 "$srcdir/initcpio_install" "$pkgdir/usr/lib/initcpio/install/udev"
|
|
||||||
install -Dm644 "$srcdir/udev-hwdb.hook" "$pkgdir/usr/share/libalpm/hooks/udev-hwdb.hook"
|
install -Dm644 "$srcdir/udev-hwdb.hook" "$pkgdir/usr/share/libalpm/hooks/udev-hwdb.hook"
|
||||||
|
|
||||||
# Make network interface name randomization be optional, not the default
|
# Make network interface name randomization be optional, not the default
|
||||||
|
@ -95,6 +91,4 @@ package_libeudev() {
|
||||||
}
|
}
|
||||||
|
|
||||||
sha1sums=('8cc76f20d73cae6dde49daa06c6a2bcd059b72b0'
|
sha1sums=('8cc76f20d73cae6dde49daa06c6a2bcd059b72b0'
|
||||||
'defa489254f38e57723a8ff70654f29e47bd448a'
|
|
||||||
'a6a6ee5c751fb92e2c79e0a297e4c318c8f6bb75'
|
|
||||||
'6cdf611d37604062ae4c380307421cef6fde445d')
|
'6cdf611d37604062ae4c380307421cef6fde445d')
|
||||||
|
|
Loading…
Reference in New Issue
Block a user