don't use SRCDEST, thanks phillid
This commit is contained in:
4
PKGBUILD
4
PKGBUILD
@@ -42,11 +42,11 @@ prepare() {
|
|||||||
if [[ "$file" == "config.h" ]]; then
|
if [[ "$file" == "config.h" ]]; then
|
||||||
# add config.h if present in source array
|
# add config.h if present in source array
|
||||||
# Note: this supersedes the above sed to config.def.h
|
# Note: this supersedes the above sed to config.def.h
|
||||||
cp "$SRCDEST/$file" .
|
cp "$srcdir/$file" .
|
||||||
continue
|
continue
|
||||||
elif [[ "$file" == *.diff ]]; then
|
elif [[ "$file" == *.diff ]]; then
|
||||||
# add all patches present in source array
|
# add all patches present in source array
|
||||||
patch -Np1 <"$SRCDEST/$file"
|
patch -Np1 <"$srcdir/$file"
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user