diff options
author | gitpocalypse | 2022-11-07 21:23:20 -0500 |
---|---|---|
committer | gitpocalypse | 2022-11-07 21:24:38 -0500 |
commit | 40b1968bad262670c3bf8e9f3466d98458e56353 (patch) | |
tree | 0e1bab2476bec098488b34c26d349edfb3db5cef | |
parent | 252f6da1207247566317f786b521938926341d2a (diff) | |
download | aur-40b1968bad262670c3bf8e9f3466d98458e56353.tar.gz |
Remove global ld preload files
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 4 insertions, 2 deletions
@@ -1,7 +1,7 @@ pkgbase = dell-command-configure pkgdesc = Configure various BIOS features on Dell laptops pkgver = 4.7.0.433 - pkgrel = 1 + pkgrel = 2 url = https://www.dell.com/support/kbdoc/000178000/dell-command-configure arch = x86_64 license = unknown @@ -4,7 +4,7 @@ pkgname=dell-command-configure _pkgver=4.7.0-433 pkgver=${_pkgver//-/.} -pkgrel=1 +pkgrel=2 pkgdesc='Configure various BIOS features on Dell laptops' arch=('x86_64') url='https://www.dell.com/support/kbdoc/000178000/dell-command-configure' @@ -30,6 +30,8 @@ prepare() { package() { cp -a srvadmin/* "${pkgdir}" cp -a command-configure/* "${pkgdir}" + # Remove global ld preload configurations. + rm -r "${pkgdir}/etc/ld.so.conf.d/" ln -Tsf omreg.d/omreg-hapi.cfg "${pkgdir}/opt/dell/srvadmin/etc/omreg.cfg" |