diff --git a/build_ubuntu_sysroot.sh b/build_ubuntu_sysroot.sh index 18c31c7..1be32d4 100755 --- a/build_ubuntu_sysroot.sh +++ b/build_ubuntu_sysroot.sh @@ -125,6 +125,7 @@ build_package() --host $BUILD_ARCH \ --extra-repository="deb [trusted=yes] http://localhost:$PORT ./" \ --anything-failed-commands="touch $dest_dir/.build_failed" \ + --dpkg-source-opts="-I.git*" \ -j$JOBS --verbose popd move_build_output $dest_dir