diff options
author | chriseth <c@ethdev.com> | 2016-08-08 16:55:08 +0800 |
---|---|---|
committer | chriseth <c@ethdev.com> | 2016-08-10 20:46:59 +0800 |
commit | e404d42f60d56d48e7a9cd9ee3f89e014a26441d (patch) | |
tree | 6aeea946a4e016fec510ead52895ee1927b41f0d /scripts | |
parent | ff08a8fab0f8bfdf500497e253af889a12e2bf59 (diff) | |
download | dexon-solidity-e404d42f60d56d48e7a9cd9ee3f89e014a26441d.tar.gz dexon-solidity-e404d42f60d56d48e7a9cd9ee3f89e014a26441d.tar.zst dexon-solidity-e404d42f60d56d48e7a9cd9ee3f89e014a26441d.zip |
Correct jsoncpp versions.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/release_ppa.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/release_ppa.sh b/scripts/release_ppa.sh index c6aebb45..ca33d9f8 100755 --- a/scripts/release_ppa.sh +++ b/scripts/release_ppa.sh @@ -50,13 +50,13 @@ tar --mtime "$committimestamp" --exclude .git -czf ../${packagename}_${debversio case $distribution in trusty) - jsoncpplib=libjsoncppv0 + jsoncpplib=libjsoncpp0 ;; vivid) - jsoncpplib=libjsoncppv0 + jsoncpplib=libjsoncpp0 ;; wily) - jsoncpplib=libjsoncppv0v5 + jsoncpplib=libjsoncpp0v5 ;; *) jsoncpplib=libjsoncpp1 |