[dkms/el5: 1/2] Add proper patch.

Simone Caronni slaanesh at fedoraproject.org
Thu Aug 29 13:36:52 UTC 2013


commit 30cb31e2d9c346fb4fde5f31fc03d503f58cb28e
Author: Simone Caronni <negativo17 at gmail.com>
Date:   Thu Aug 29 15:35:58 2013 +0200

    Add proper patch.

 dkms-fix-mkrpm.patch |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/dkms-fix-mkrpm.patch b/dkms-fix-mkrpm.patch
index 1b3a573..f5ad759 100644
--- a/dkms-fix-mkrpm.patch
+++ b/dkms-fix-mkrpm.patch
@@ -6,7 +6,7 @@ diff -Naur dkms.old/template-dkms-mkrpm.spec dkms/template-dkms-mkrpm.spec
  
  %post
 -for POSTINST in %{_libdir}/dkms/common.postinst %{_datarootdir}/%{module_name}/postinst; do
-+for POSTINST in %{_dkmsdir}/dkms/common.postinst %{_datarootdir}/%{module_name}/postinst; do
++for POSTINST in %{_dkmsdir}/common.postinst %{_datarootdir}/%{module_name}/postinst; do
          if [ -f $POSTINST ]; then
                  $POSTINST %{module_name} %{version} %{_datarootdir}/%{module_name}
                  exit $?


More information about the scm-commits mailing list