diff --git a/scripts/release.sh b/scripts/release.sh index ebc7759f5..a2f2fa875 100755 --- a/scripts/release.sh +++ b/scripts/release.sh @@ -39,7 +39,6 @@ mkdir -p $ZIP_TEMP_DIR # Copy all the solidity executables into a temporary directory prior to ZIP creation -cp $REPO_ROOT/build/lllc/lllc $ZIP_TEMP_DIR cp $REPO_ROOT/build/solc/solc $ZIP_TEMP_DIR # For macOS, we run a fix-up script which alters all of the symbolic links within diff --git a/scripts/release_ppa.sh b/scripts/release_ppa.sh index 90ef3c943..5b5ca728f 100755 --- a/scripts/release_ppa.sh +++ b/scripts/release_ppa.sh @@ -156,7 +156,6 @@ Package: solc Architecture: any-i386 any-amd64 Multi-Arch: same Depends: \${shlibs:Depends}, \${misc:Depends} -Replaces: lllc (<< 1:0.3.6) Conflicts: libethereum (<= 1.2.9) Description: Solidity compiler. The commandline interface to the Solidity smart contract compiler. @@ -194,7 +193,7 @@ override_dh_shlibdeps: dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info override_dh_auto_configure: - dh_auto_configure -- -DINSTALL_LLLC=Off -DTESTS=OFF ${CMAKE_OPTIONS} + dh_auto_configure -- -DTESTS=OFF ${CMAKE_OPTIONS} EOF cat < debian/copyright Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/