diff --git a/gpu/gpu-operator/debian/deb_folder/gpu-operator.install b/gpu/gpu-operator/debian/deb_folder/gpu-operator.install deleted file mode 100644 index 6fb208476..000000000 --- a/gpu/gpu-operator/debian/deb_folder/gpu-operator.install +++ /dev/null @@ -1 +0,0 @@ -opt/extracharts/gpu-operator-v3-1.8.1.tgz \ No newline at end of file diff --git a/gpu/gpu-operator/debian/deb_folder/rules b/gpu/gpu-operator/debian/deb_folder/rules index ea8fba3d2..3188e6749 100644 --- a/gpu/gpu-operator/debian/deb_folder/rules +++ b/gpu/gpu-operator/debian/deb_folder/rules @@ -17,7 +17,4 @@ override_dh_auto_build: helm package --version ${HELM_VER}-${PKG_VERSION} --app-version v${PKG_VERSION} -d build_results deployments/gpu-operator override_dh_auto_install: - # Install the app tar file. - install -d -m 755 ${DEBIAN_DESTDIR}/opt/extracharts - install -p -D -m 644 build_results/gpu-operator-${HELM_VER}-${PKG_VERSION}.tgz ${DEBIAN_DESTDIR}/opt/extracharts - dh_install + dh_install \ No newline at end of file