]> git.pld-linux.org Git - packages/audit.git/commitdiff
- don't remove audisp from configure.ac and Makefile.am when built wouthout python
authorsparky <sparky@pld-linux.org>
Thu, 17 May 2007 19:42:48 +0000 (19:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    audit.spec -> 1.41

audit.spec

index 965cffd3bacd2cc6b641c66a5deff17543c65d21..1f884cb2122535c12414a7915b1d9dde4d66d0ee 100644 (file)
@@ -111,8 +111,8 @@ Pythonowy interfejs do biblioteki libaudit.
 %patch0 -p1
 
 %if !%{with python}
-sed '/PYTHON/d; s#swig/Makefile ##; s# audisp/Makefile##' -i configure.ac
-sed 's/swig//; s/audisp//' -i Makefile.am
+sed '/PYTHON/d; s#swig/Makefile ##' -i configure.ac
+sed 's/swig//' -i Makefile.am
 %endif
 
 %build
This page took 0.158815 seconds and 4 git commands to generate.