aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2022-01-19 02:57:16 +0100
committerJakub Jirutka <jakub@jirutka.cz>2022-01-19 13:06:37 +0000
commit015db7c09dff9f22194e135dc298ac91fb476319 (patch)
treeef156a3debc92a0ff70de77bed445f12aec5850d
parent9256992b5a98168ff87e9cf9e1ba97598ca35be7 (diff)
community/xdg-desktop-portal-gtk: remove obsolete fix for /usr/bin/sh
It has been already fixed in upstream.
-rw-r--r--community/xdg-desktop-portal-gtk/APKBUILD12
1 files changed, 0 insertions, 12 deletions
diff --git a/community/xdg-desktop-portal-gtk/APKBUILD b/community/xdg-desktop-portal-gtk/APKBUILD
index 76d41f6fe5c..f9628c91f51 100644
--- a/community/xdg-desktop-portal-gtk/APKBUILD
+++ b/community/xdg-desktop-portal-gtk/APKBUILD
@@ -14,18 +14,6 @@ subpackages="$pkgname-lang"
source="https://github.com/flatpak/xdg-desktop-portal-gtk/releases/download/$pkgver/xdg-desktop-portal-gtk-$pkgver.tar.xz
"
-prepare() {
- default_prepare
-
- sed 's|/usr/bin/sh|/bin/sh|' \
- -i compile \
- -i missing \
- -i install-sh \
- -i depcomp \
- -i config.sub \
- -i config.guess
-}
-
build() {
./configure \
--build=$CBUILD \