c845d67 - BuildRequires: which

Authored and Committed by karsten 18 years ago
    - BuildRequires: which
    if [ -f "C/accessx-status.xml" ]; then d="../"; else d="$sd/"; fi; \ (cd
        es/ && \ `which xml2po` -e -p \ "${d}es/es.po" \
        "${d}C/accessx-status.xml" > accessx-status.xml.tmp && \ cp
        accessx-status.xml.tmp accessx-status.xml && rm -f
        accessx-status.xml.tmp) /bin/sh: which: command not found /bin/sh: -e:
        command not found make[3]: *** [es/accessx-status.xml] Error 127
    
        
file modified
+5 -1