diff options
| author | Lorenzo Castelli <lcastelli@gmail.com> | 2022-06-30 12:34:48 +0000 |
|---|---|---|
| committer | Lorenzo Castelli <lcastelli@google.com> | 2022-06-30 16:38:57 +0200 |
| commit | 359cf26dda03bba42711892db27afc812355e5b3 (patch) | |
| tree | 4777e6b25b17f349c97d7eebcafc6827a76c1262 /PKGBUILD | |
| parent | b9d0bfd7dee560d465e6172c1fd5c80903e30f0c (diff) | |
| download | google-compute-engine-359cf26dda03bba42711892db27afc812355e5b3.tar.xz | |
Adds a missing udev script.
Diffstat (limited to 'PKGBUILD')
| -rw-r--r-- | PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -17,12 +17,12 @@ pkgname='google-compute-engine' pkgver=20220211.00 -pkgrel=1 +pkgrel=2 pkgdesc='Linux Guest Environment for Google Compute Engine' arch=('any') url='https://github.com/GoogleCloudPlatform/guest-configs' license=('Apache') -depends=('google-compute-engine-oslogin' 'google-guest-agent') +depends=('nvme-cli' 'google-compute-engine-oslogin' 'google-guest-agent') source=("$pkgname-$pkgver.tar.gz::https://github.com/GoogleCloudPlatform/guest-configs/archive/$pkgver.tar.gz" 'google-compute-engine.install' 'google_set_hostname.patch') @@ -40,6 +40,7 @@ package() { cd "$srcdir/guest-configs-$pkgver" install -m644 -Dt "$pkgdir/etc/modprobe.d" src/etc/modprobe.d/* install -m644 -Dt "$pkgdir/etc/sysctl.d" src/etc/sysctl.d/* + install -m644 -Dt "$pkgdir/usr/lib/udev" src/lib/udev/google_nvme_id install -m644 -Dt "$pkgdir/usr/lib/udev/rules.d" src/lib/udev/rules.d/* install -m755 -Dt "$pkgdir/usr/bin" src/usr/bin/* ln -s /usr/bin/google_set_hostname "$pkgdir/etc/dhclient-exit-hooks" |
