diff options
author | Jirka Hladky <jhladky@redhat.com> | 2021-01-02 22:41:19 +0100 |
---|---|---|
committer | Jirka Hladky <jhladky@redhat.com> | 2021-01-02 22:41:19 +0100 |
commit | 90a728bf10b7558fd3218939df8e38457794bae9 (patch) | |
tree | 8860258acb53a303b1dae0c078f82bdeb0c5869a | |
parent | Fixed path to dracut config (diff) | |
download | haveged-90a728bf10b7558fd3218939df8e38457794bae9.tar.xz haveged-90a728bf10b7558fd3218939df8e38457794bae9.zip |
Fixed typo
-rw-r--r-- | contrib/Fedora/haveged.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/Fedora/haveged.spec b/contrib/Fedora/haveged.spec index 6af49b2..d1c5b72 100644 --- a/contrib/Fedora/haveged.spec +++ b/contrib/Fedora/haveged.spec @@ -62,7 +62,7 @@ chmod 0644 COPYING README ChangeLog AUTHORS sed -e 's:@SBIN_DIR@:%{_sbindir}:g' -i init.d/service.fedora install -Dpm 0644 contrib/Fedora/haveged.service %{buildroot}%{_unitdir}/%{name}.service install -Dpm 0644 contrib/Fedora/haveged-switch-root.service %{buildroot}%{_unitdir}/%{name}-switch-root.service -install -Dpm 0755 contrib/Fedora/haveged-dracut.module %{buildroot}/%{_prefix}/${dracutlibdir}/modules.d/98%{name}/module-setup.sh +install -Dpm 0755 contrib/Fedora/haveged-dracut.module %{buildroot}/%{_prefix}/%{dracutlibdir}/modules.d/98%{name}/module-setup.sh install -Dpm 0644 contrib/Fedora/90-haveged.rules %{buildroot}%{_udevrulesdir}/90-%{name}.rules # We don't ship .la files. |