summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorClaudia Pellegrino2023-03-04 01:25:49 +0100
committerClaudia Pellegrino2023-05-18 21:55:36 +0200
commitc97792a60032e3b6c7c5e783bdef3f35c8813800 (patch)
treea5b7cb6d85cf01b5f740bcf307a87e587b715421
parent2829061d1fb2314305071c3ad3351d0281edfa29 (diff)
downloadaur-c97792a60032e3b6c7c5e783bdef3f35c8813800.tar.gz
Remove duplicate command
-rw-r--r--PKGBUILD5
1 files changed, 0 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f08c055848e1..9939ec0c53a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -73,11 +73,6 @@ _package() {
-e "s#{{target}}#/usr/bin/${_executable##*/}#g" \
"${srcdir}/${pkgbase}-unpatch.sh" \
> "${pkgdir}/usr/share/libalpm/scripts/${pkgname}-unpatch"
- sed \
- -e "s#{{executable}}#${_executable}#g" \
- -e "s#{{target}}#/usr/bin/${_executable##*/}#g" \
- "${srcdir}/${pkgbase}-unpatch.sh" \
- > "${pkgdir}/usr/share/libalpm/scripts/${pkgname}-unpatch"
chmod 755 "${pkgdir}/usr/share/libalpm/scripts/${pkgname}-patch"
chmod 755 "${pkgdir}/usr/share/libalpm/scripts/${pkgname}-unpatch"