We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f95dc3b commit 18d2834Copy full SHA for 18d2834
oauth-proxy.spec
@@ -63,7 +63,7 @@ export LDFLAGS='-s -w'
63
64
%install
65
install -d %{buildroot}%{_bindir}
66
-install -D -p -m 0755 %{_builddir}/%{repo}/%{repo} %{buildroot}/%{_bindir}/%{repo}
+install -D -p -m 0755 %{repo} %{buildroot}/%{_bindir}/%{repo}
67
68
%files
69
%license LICENSE
0 commit comments