On .deb package with new relocatable package format, all files moved to under scylla/ directory. So we need to call ./scylla/install.sh on debian/rules, but it does not work correctly, since install.sh does not support calling from other directory. To support this, we need to changedir to scylla top directory before copying files.