Skip to content
This repository was archived by the owner on Sep 4, 2024. It is now read-only.

Commit c0da203

Browse files
packaging: correct the path inside the tarball
Signed-off-by: Maximilian Meister <[email protected]>
1 parent 1687d1c commit c0da203

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packaging/suse/make_spec.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,14 @@ Requires: terraform
5353
Terraforms preprocessor and scripts for deploying a Kubernetes cluster
5454
5555
%prep
56-
%setup -q -n %{name}-master
56+
%setup -q -n $GITREPONAME-master
5757
5858
%build
5959
6060
%install
6161
rm -rf %{buildroot}%{_datadir}
6262
mkdir -p %{buildroot}%{_datadir}/terraform/kubernetes
63-
cp -R %{_builddir}/kubernetes-terraform-%{version}/* %{buildroot}%{_datadir}/terraform/kubernetes/
63+
cp -R %{_builddir}/terraform-master/* %{buildroot}%{_datadir}/terraform/kubernetes/
6464
6565
%files
6666
%defattr(-,root,root)

0 commit comments

Comments
 (0)