Changeset 4279b7b


Ignore:
Timestamp:
2023-02-02T18:19:10Z (15 months ago)
Author:
Jelmer Vernooij <jelmer@…>
Parents:
d2394be
Message:

Fix out of tree builds

(regression introduced in https://github.com/bitlbee/bitlbee/pull/167)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure

    rd2394be r4279b7b  
    223223        if [ ! -e Makefile ] || [ -L Makefile ]; then
    224224                COPYDIRS="doc lib protocols tests utils"
    225                 mkdir -p "$(cd "$srcdir" || exit 1; find "$COPYDIRS" -type d)"
     225                mkdir -p $(cd "$srcdir" || exit 1; find $COPYDIRS -type d)
    226226                find . -name Makefile -type l -print0 | xargs -0 rm 2> /dev/null
    227227                dst="$PWD"
Note: See TracChangeset for help on using the changeset viewer.