Changeset 7342cae


Ignore:
Timestamp:
2023-02-03T13:58:56Z (16 months ago)
Author:
Jelmer Vernooij <jelmer.vernooij@…>
Branches:
master
Children:
1bdc669
Parents:
294b98d
git-author:
Jelmer Vernooij <jelmer@…> (02-02-23 18:19:10)
git-committer:
Jelmer Vernooij <jelmer.vernooij@…> (03-02-23 13:58:56)
Message:

Fix out of tree builds

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure

    r294b98d r7342cae  
    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.