Skip to content
Snippets Groups Projects
Commit e134924c authored by Jeremy Soller's avatar Jeremy Soller Committed by GitHub
Browse files

Merge pull request #66 from ids1024/preserve

Pass -p to cp, to make running autotools unnecessary
parents fc43b45f aedea229
No related branches found
No related tags found
No related merge requests found
......@@ -130,7 +130,7 @@ function op {
fi
rm -rf build
cp -r source build
cp -rp source build
for patch in *.patch
do
......
......@@ -12,7 +12,6 @@ function recipe_update {
}
function recipe_build {
autoreconf
./configure --host=${HOST} --prefix=/
make
skip=1
......
......@@ -12,7 +12,6 @@ function recipe_update {
}
function recipe_build {
autoreconf
./configure --host=${HOST} --prefix=/
make
skip=1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment