diff options
author | nfnty | 2017-08-02 12:28:05 +0200 |
---|---|---|
committer | nfnty | 2017-08-02 12:28:08 +0200 |
commit | d1ed903f4f19921b5cad0f1e134ae1f83d0b74a8 (patch) | |
tree | 33578451ea15791d5323c073d8215c158499b19b | |
parent | 4fb291c934dff550510ed6d7e242f3e8ae45c664 (diff) | |
download | aur-d1ed903f4f19921b5cad0f1e134ae1f83d0b74a8.tar.gz |
Fix config file removal
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 3 |
2 files changed, 2 insertions, 3 deletions
@@ -1,6 +1,6 @@ pkgbase = rdma-core-git pkgdesc = RDMA core userspace libraries and daemons - pkgver = r3435 + pkgver = r3501 pkgrel = 1 url = https://github.com/linux-rdma/rdma-core arch = x86_64 @@ -3,7 +3,7 @@ pkgname=('rdma-core-git') _srcname='rdma-core' pkgdesc='RDMA core userspace libraries and daemons' -pkgver='r3435' +pkgver='r3501' pkgrel='1' arch=('x86_64') url="https://github.com/linux-rdma/${_srcname}" @@ -71,7 +71,6 @@ package() { install -D --mode=0644 rdma.mlx4.conf "${pkgdir}/etc/rdma/mlx4.conf" install -D --mode=0644 rdma.service "${pkgdir}/usr/lib/systemd/system/rdma.service" install -D --mode=0644 rdma.udev-ipoib-naming.rules "${pkgdir}/etc/udev/rules.d/70-persistent-ipoib.rules" - install -D --mode=0644 rdma.mlx4.user.modprobe "${pkgdir}/etc/modprobe.d/mlx4.conf" install -D --mode=0755 rdma.modules-setup.sh "${pkgdir}/usr/lib/dracut/modules.d/05rdma/module-setup.sh" install -D --mode=0644 rdma.udev-rules "${pkgdir}/usr/lib/udev/rules.d/98-rdma.rules" install -D --mode=0644 rdma.mlx4.sys.modprobe "${pkgdir}/usr/lib/modprobe.d/libmlx4.conf" |