commit d0bdacb9f6ee2c6966aa590903609b10222452ab
Author: Tom Callaway <spot(a)fedoraproject.org>
Date: Thu Jun 22 13:21:58 2017 -0400
fix path
chromium.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/chromium.spec b/chromium.spec
index b807820..5abdbe7 100644
--- a/chromium.spec
+++ b/chromium.spec
@@ -1095,7 +1095,7 @@ for i in
%{buildroot}%{_sysconfdir}/chromium/native-messaging-hosts/*.json; do
done
mkdir -p %{buildroot}%{_sysconfdir}/opt/chrome/native-messaging-hosts
pushd %{buildroot}%{_sysconfdir}/opt/chrome/native-messaging-hosts
-for i in ../../chromium/native-messaging-hosts/*; do
+for i in ../../../chromium/native-messaging-hosts/*; do
ln -s $i .
done
popd
Show replies by date