aboutsummaryrefslogtreecommitdiffstats
path: root/main/libxdamage
diff options
context:
space:
mode:
authorprspkt <prspkt@protonmail.com>2019-03-19 23:35:07 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2019-05-07 16:27:40 +0000
commitbc1d89f01dff303b5272324190d795218d2fbf3c (patch)
treedb43241906362ce7ef6aa7946453e46519246704 /main/libxdamage
parent9431de67df22733c61da1d0129af35b51d8137ad (diff)
downloadaports-bc1d89f01dff303b5272324190d795218d2fbf3c.tar.bz2
aports-bc1d89f01dff303b5272324190d795218d2fbf3c.tar.xz
main/libxdamage: remove unneeded prepare function
Diffstat (limited to 'main/libxdamage')
-rw-r--r--main/libxdamage/APKBUILD7
1 files changed, 0 insertions, 7 deletions
diff --git a/main/libxdamage/APKBUILD b/main/libxdamage/APKBUILD
index 6931776ca6..0e03545120 100644
--- a/main/libxdamage/APKBUILD
+++ b/main/libxdamage/APKBUILD
@@ -14,13 +14,6 @@ source="https://www.x.org/releases/individual/lib/libXdamage-$pkgver.tar.bz2"
builddir="$srcdir"/libXdamage-$pkgver
-prepare() {
- cd "$builddir"
- chmod 644 "$builddir"/config.sub
- update_config_sub
- default_prepare
-}
-
build() {
cd "$builddir"
./configure \