summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.txt b/README.txt
index dc0a905..13a7249 100644
--- a/README.txt
+++ b/README.txt
@@ -195,7 +195,8 @@ files were deployed along with the main jar file for each project. Using
do
CLASS="natives-${PLATFORM}"
mvn gpg:sign-and-deploy-file \
- -Dfile="gluegen-rt-${VERSION}-${CLASS}.jar"
+ -Dfile="gluegen-rt-${VERSION}-natives-${PLATFORM}.jar \
+ -Dclassifier="natives-${PLATFORM}"
done
Assuming version 2.0-rc10, this results in: