summaryrefslogtreecommitdiff
path: root/libre/pcre-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/pcre-static
parentec63e6310bff80553d8633a1ec4e465492acc261 (diff)
*-static: fix comments
Diffstat (limited to 'libre/pcre-static')
-rw-r--r--libre/pcre-static/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/libre/pcre-static/PKGBUILD b/libre/pcre-static/PKGBUILD
index 20cbb5aa6..1a17258de 100644
--- a/libre/pcre-static/PKGBUILD
+++ b/libre/pcre-static/PKGBUILD
@@ -54,7 +54,7 @@ package() {
cd $_pkgname-$pkgver
make DESTDIR="$pkgdir" install
- # remove unused files
+ # remove conflicting files
rm -vr ${pkgdir}/usr/{bin,include,lib/pkgconfig,share}
rm -v ${pkgdir}/usr/lib/lib*.so*
}