diff options
author | prspkt <prspkt@protonmail.com> | 2019-03-19 23:35:07 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-05-07 16:27:40 +0000 |
commit | bc1d89f01dff303b5272324190d795218d2fbf3c (patch) | |
tree | db43241906362ce7ef6aa7946453e46519246704 /main/libxdamage | |
parent | 9431de67df22733c61da1d0129af35b51d8137ad (diff) | |
download | aports-bc1d89f01dff303b5272324190d795218d2fbf3c.tar.bz2 aports-bc1d89f01dff303b5272324190d795218d2fbf3c.tar.xz |
main/libxdamage: remove unneeded prepare function
Diffstat (limited to 'main/libxdamage')
-rw-r--r-- | main/libxdamage/APKBUILD | 7 |
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 \ |