]> git.pld-linux.org Git - packages/libdrm.git/blobdiff - libdrm.spec
avoid man being disabled in the future if somebody forgots to remove the workaround
[packages/libdrm.git] / libdrm.spec
index cdad97cb99c56f09bbc25e871df2e19ed774a27c..493b756437e403158e14960acb123431573a5afb 100644 (file)
@@ -52,7 +52,9 @@ Statyczna biblioteka libdrm.
 %setup -q
 
 # disable man pages for now; will be fixed in 2.4.42
+%if "%{version}" == "2.4.41"
 %{__sed} -i -e '/man\/Makefile/d' configure.ac
+%endif
 
 %build
 %{__libtoolize}
This page took 0.106617 seconds and 4 git commands to generate.