]> git.pld-linux.org Git - packages/audit.git/commitdiff
- fix build without python
authorsparky <sparky@pld-linux.org>
Fri, 23 Feb 2007 20:28:32 +0000 (20:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    audit.spec -> 1.39

audit.spec

index 35ea1364e0305658f059c5df71699746590026e0..6cd714bf7f52b42494d51670e583516b11376760 100644 (file)
@@ -117,8 +117,8 @@ install -D %{SOURCE1} lib/linux/audit.h
 install -D %{SOURCE1} src/mt/linux/audit.h
 
 %if !%{with python}
-sed '/PYTHON/d; s#swig/Makefile ##' -i configure.ac
-sed 's/swig//' -i Makefile.am
+sed '/PYTHON/d; s#swig/Makefile ##; s# audisp/Makefile##' -i configure.ac
+sed 's/swig//; s/audisp//' -i Makefile.am
 %endif
 
 %build
This page took 0.197075 seconds and 4 git commands to generate.