diff options
author | mostlyharmless | 2021-03-07 14:37:03 -0700 |
---|---|---|
committer | mostlyharmless | 2021-03-07 14:37:03 -0700 |
commit | a9c676b4a7263931f0ae4d4e2121d15529006436 (patch) | |
tree | 5ec751a337628db022d3a745a99fdb7a23b8b14f /PKGBUILD | |
parent | 34658db9d6cc0c66857eebcf0baec3790ec74495 (diff) | |
download | aur-a9c676b4a7263931f0ae4d4e2121d15529006436.tar.gz |
Rebuilt with rhel7-sled12 packages instead of rhel6, which should remove the need for a symlink to libudev.so.0 (uses libudev.so.1)
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -19,14 +19,15 @@ md5sums=('c521b72fbb79610a7e985b7629aea73d') prepare() { bsdtar xf RGS_Linux_64_Receiver_v7.7.2_M27900-001.tar.gz -bsdtar xf rhel6/receiver/*.rpm +bsdtar xf rhel7-sled12/receiver/*.rpm } package() { cd "${srcdir}" # install licence -install -m644 -D rhel6/receiver/LICENSE.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" +#install -m644 -D rhel6/receiver/LICENSE.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" +install -m644 -D rhel7-sled12/receiver/LICENSE.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" # hack needed to register advance features # N.B. rgsmbiosreader does not work under KVM/QEMU/OVMF bios, nor kernel greater than 4.4.44 |