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=(
|
||||
"$pkgname-$pkgver.tar.gz::https://github.com/gentoo/eudev/archive/v${pkgver}.tar.gz"
|
||||
'initcpio_hooks'
|
||||
'initcpio_install'
|
||||
'udev-hwdb.hook'
|
||||
)
|
||||
|
||||
|
@ -68,8 +66,6 @@ package_eudev() {
|
|||
make DESTDIR="${pkgdir}" install
|
||||
|
||||
# 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"
|
||||
|
||||
# Make network interface name randomization be optional, not the default
|
||||
|
@ -95,6 +91,4 @@ package_libeudev() {
|
|||
}
|
||||
|
||||
sha1sums=('8cc76f20d73cae6dde49daa06c6a2bcd059b72b0'
|
||||
'defa489254f38e57723a8ff70654f29e47bd448a'
|
||||
'a6a6ee5c751fb92e2c79e0a297e4c318c8f6bb75'
|
||||
'6cdf611d37604062ae4c380307421cef6fde445d')
|
||||
|
|
Loading…
Reference in New Issue
Block a user