Merge pull request #66 from ids1024/preserve

Pass -p to cp, to make running autotools unnecessary
This commit is contained in:
Jeremy Soller 2017-08-12 06:31:23 -06:00 committed by GitHub
commit e134924c8a
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