diff --git a/scripts/deb-build.sh b/scripts/deb-build.sh index f04967ab0..52b3d4656 100644 --- a/scripts/deb-build.sh +++ b/scripts/deb-build.sh @@ -28,6 +28,5 @@ echo "Vcs-Browser: https://github.com/ethcore/parity" >> $control echo "Architecture: $1" >> $control echo "Description: Ethereum network client by Ethcore" >> $control #build .deb package -cp parity deb/usr/bin dpkg-deb -b deb ./ -exit \ No newline at end of file +exit