diff options
author | chriseth <chris@ethereum.org> | 2018-02-14 23:44:46 +0800 |
---|---|---|
committer | chriseth <chris@ethereum.org> | 2018-02-14 23:45:00 +0800 |
commit | ca0e323f9f9447f3b31dcbe5986ca74af39a7d8a (patch) | |
tree | 077e25346e9eac11aee2f0f2df301bc884e1a6de /scripts | |
parent | 333163ec4aebcc4a96d214717ff92b3e8ce969e2 (diff) | |
download | dexon-solidity-ca0e323f9f9447f3b31dcbe5986ca74af39a7d8a.tar.gz dexon-solidity-ca0e323f9f9447f3b31dcbe5986ca74af39a7d8a.tar.zst dexon-solidity-ca0e323f9f9447f3b31dcbe5986ca74af39a7d8a.zip |
Fix PPA script.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/release_ppa.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/release_ppa.sh b/scripts/release_ppa.sh index b314d00d..ffb5717d 100755 --- a/scripts/release_ppa.sh +++ b/scripts/release_ppa.sh @@ -168,7 +168,7 @@ override_dh_shlibdeps: dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info override_dh_auto_configure: - dh_auto_configure -- -DINSTALL_LLLC=Off + dh_auto_configure -- -DINSTALL_LLLC=Off EOF cat <<EOF > debian/copyright Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ |