summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorminfrin <minfrin@13f79535-47bb-0310-9956-ffa450edef68>2005-01-06 20:27:26 +0000
committerminfrin <minfrin@13f79535-47bb-0310-9956-ffa450edef68>2005-01-06 20:27:26 +0000
commit5e0190f08707d3dbabbadca9274532549a836494 (patch)
tree3742c7cd1898033f58fae241a980d7045223a877
parent5fbc6e20867fb8e88c9b4b067d7cd0b4e6c26511 (diff)
downloadlibapr-5e0190f08707d3dbabbadca9274532549a836494.tar.gz
Add the major version number to the package name so that packages can be installed in parallel.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@124437 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--build/pkg/pkginfo.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/pkg/pkginfo.in b/build/pkg/pkginfo.in
index 6110a55f6..f389b2690 100644
--- a/build/pkg/pkginfo.in
+++ b/build/pkg/pkginfo.in
@@ -1,4 +1,4 @@
-PKG="ASFapr"
+PKG="ASFapr-1"
NAME="apr"
ARCH="@target_cpu@"
VERSION="@APR_DOTTED_VERSION@"