summarylogtreecommitdiffstats
path: root/solr5-zip.install
diff options
context:
space:
mode:
authorJames An2016-01-20 00:20:47 -0500
committerJames An2016-01-20 00:20:47 -0500
commit1441388a0c89eb3a6386ad9a586ad238e0ef93b3 (patch)
treeb29575065714721e7ed69f914181ad0f4e44b2bf /solr5-zip.install
parent731eb4f44b827fe041a94644578004da28231fbd (diff)
downloadaur-solr5-zip.tar.gz
Fixed variable expansion typo in installation message.
Diffstat (limited to 'solr5-zip.install')
-rw-r--r--solr5-zip.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/solr5-zip.install b/solr5-zip.install
index ddb4ca63c1fd..838af689fc8a 100644
--- a/solr5-zip.install
+++ b/solr5-zip.install
@@ -4,5 +4,5 @@ post_install() {
post_upgrade() {
echo 'If used with solr-undertow, set solr.undertow.solrWarFile in the conf file (e.g. /etc/solr/default.conf)'
- echo "to the path of the solr zip file (i.e. /usr/share/java/lib/solr/solr-$1.zip)."
+ echo "to the path of the solr zip file (i.e. /usr/share/java/lib/solr/solr-${1%-*}.zip)."
}