[libproxy] Fix for all module been disabled

Nicolas Chauvet kwizart at fedoraproject.org
Mon Sep 6 15:37:18 UTC 2010


commit ac068aae1648e443bd19054cb7d8ed3524fa5c88
Author: Nicolas Chauvet <kwizart at gmail.com>
Date:   Mon Sep 6 17:38:24 2010 +0200

    Fix for all module been disabled

 libproxy.spec |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/libproxy.spec b/libproxy.spec
index 6ac0a1c..03029d5 100644
--- a/libproxy.spec
+++ b/libproxy.spec
@@ -154,6 +154,10 @@ developing applications that use %{name}.
    .
 make VERBOSE=1 %{?_smp_mflags}
 
+#In case all modules are disabled
+mkdir -p $RPM_BUILD_ROOT%{_libdir}/%{name}/%{version}/modules
+
+
 %check
 make test
 


More information about the scm-commits mailing list