summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornl67202018-07-23 09:10:18 +0300
committernl67202018-07-23 09:10:18 +0300
commit811de2ed6170de304e62d302c3ef6bc3c7021216 (patch)
tree9811454d1c5668c1259a39ca67a540e6cda2d785
parent3db1432c5b6d0dcd18e268207bfa4f5431ada5ed (diff)
downloadaur-811de2ed6170de304e62d302c3ef6bc3c7021216.tar.gz
Improve PKGBUILD
Remove sed line, it's fixed upstream: https://sourceforge.net/p/refind/code/ci/ae03eca7248681110519822b754961d9a7acb2d0/ .
-rw-r--r--PKGBUILD3
1 files changed, 0 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7859ba04be83..7c64249f5b1d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -277,9 +277,6 @@ package() {
# Install the rEFIt license file, since rEFInd is a fork of rEFIt
install -D -m0644 "${srcdir}/${_pkgname}_build/LICENSE.txt" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
- # Use '#!/usr/bin/env bash' in all scripts
- sed 's|#!/bin/bash|#!/usr/bin/env bash|g' -i "${pkgdir}/usr/bin"/* || true
-
# Point refind dir paths to /usr/share/refind/ in refind-install script
sed 's|RefindDir=\"\$ThisDir/refind\"|RefindDir="/usr/share/refind/"|g' -i "${pkgdir}/usr/bin/refind-install"