diff --git a/scripts/debian/copy_installer b/scripts/debian/copy_installer index 69698b12647806a9ac2e7900993b53e7fdcfd5b2..1cb3feaf8c7680ce317e4d18da9251fa02e5c4a0 100755 --- a/scripts/debian/copy_installer +++ b/scripts/debian/copy_installer @@ -41,7 +41,7 @@ cd ${masterdir} if [[ -d ${ftpdir}/dists/${SOURCE}/main/installer-amd64/${VERSION} ]]; then echo "Copying installer version ${VERSION} from ${SOURCE} to ${DEST}" - dak copy-installer ${VERSION} + dak copy-installer -s ${SOURCE} -d ${DEST} ${VERSION} else echo "Couldn't see installer version ${VERSION} in ${SOURCE}s dir, not doing anything" exit 1