Pass -p to cp, to make running autotools unnecessary

This commit is contained in:
Ian Douglas Scott 2017-08-11 19:57:02 -07:00
parent fc43b45ff3
commit aedea229de
No known key found for this signature in database
GPG Key ID: 4924E10E199B5959
3 changed files with 1 additions and 3 deletions

View File

@ -130,7 +130,7 @@ function op {
fi
rm -rf build
cp -r source build
cp -rp source build
for patch in *.patch
do

View File

@ -12,7 +12,6 @@ function recipe_update {
}
function recipe_build {
autoreconf
./configure --host=${HOST} --prefix=/
make
skip=1

View File

@ -12,7 +12,6 @@ function recipe_update {
}
function recipe_build {
autoreconf
./configure --host=${HOST} --prefix=/
make
skip=1