diff options
author | chriseth <chris@ethereum.org> | 2018-02-15 02:49:01 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-15 02:49:01 +0800 |
commit | 834dac79895811cde1e41d8b4de5d4ef6d758303 (patch) | |
tree | 077e25346e9eac11aee2f0f2df301bc884e1a6de | |
parent | 333163ec4aebcc4a96d214717ff92b3e8ce969e2 (diff) | |
parent | ca0e323f9f9447f3b31dcbe5986ca74af39a7d8a (diff) | |
download | dexon-solidity-834dac79895811cde1e41d8b4de5d4ef6d758303.tar.gz dexon-solidity-834dac79895811cde1e41d8b4de5d4ef6d758303.tar.zst dexon-solidity-834dac79895811cde1e41d8b4de5d4ef6d758303.zip |
Merge pull request #3510 from ethereum/fixppa
Fix PPA script.
-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/ |