diff options
author | Stuart Cardall <developer@it-offshore.co.uk> | 2014-06-24 22:42:15 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-06-25 14:48:50 +0000 |
commit | 23416aa0131a4ac39a11b5d97497564003138966 (patch) | |
tree | bb2ff12f1d963ce0ef79231a380660e427daca38 /testing/namecoin/namecoin.post-install | |
parent | 0e05b58d1e8dfe579949be7ab83b4ba698214bf3 (diff) | |
download | aports-23416aa0131a4ac39a11b5d97497564003138966.tar.bz2 aports-23416aa0131a4ac39a11b5d97497564003138966.tar.xz |
testing/namecoin: update to 0.3.75 +QT5
Also patched to build with QT5
Diffstat (limited to 'testing/namecoin/namecoin.post-install')
-rw-r--r-- | testing/namecoin/namecoin.post-install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/namecoin/namecoin.post-install b/testing/namecoin/namecoin.post-install index 78fa9e6103..ee8b756b40 100644 --- a/testing/namecoin/namecoin.post-install +++ b/testing/namecoin/namecoin.post-install @@ -28,7 +28,7 @@ print_green() { printf "${prompt}%s" } -if grep -Fz "changeme" $config; then +if grep -F "changeme" $config 1>/dev/null; then GenPasswd fi |