summaryrefslogtreecommitdiff
path: root/libre/gmp-static
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2016-04-16 12:33:56 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2016-04-16 12:33:56 -0300
commit35d9df8b94d5b65fb43c42028da8ee3f219b9e9c (patch)
tree5f9d86519f681213968218ea059edff0f9672e57 /libre/gmp-static
parentec63e6310bff80553d8633a1ec4e465492acc261 (diff)
*-static: fix comments
Diffstat (limited to 'libre/gmp-static')
-rw-r--r--libre/gmp-static/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/libre/gmp-static/PKGBUILD b/libre/gmp-static/PKGBUILD
index a62b4b1a7..83fa8087d 100644
--- a/libre/gmp-static/PKGBUILD
+++ b/libre/gmp-static/PKGBUILD
@@ -35,7 +35,7 @@ package() {
cd "${srcdir}/${_pkgname}-${pkgver}"
make DESTDIR="${pkgdir}" install
- # remove unused files
+ # remove conflicting files
rm -vr ${pkgdir}/usr/{include,share}
rm -v ${pkgdir}/usr/lib/libgmp*.so*
}