Skip to content

Commit 18d2834

Browse files
author
Matt Rogers
committed
Fix %install in spec for CD
1 parent f95dc3b commit 18d2834

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oauth-proxy.spec

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export LDFLAGS='-s -w'
6363

6464
%install
6565
install -d %{buildroot}%{_bindir}
66-
install -D -p -m 0755 %{_builddir}/%{repo}/%{repo} %{buildroot}/%{_bindir}/%{repo}
66+
install -D -p -m 0755 %{repo} %{buildroot}/%{_bindir}/%{repo}
6767

6868
%files
6969
%license LICENSE

0 commit comments

Comments
 (0)