projects
/
projects.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e462106
)
posaune
author
Michael Wagner
<info@wagnertech.de>
Mon, 7 Mar 2016 16:03:44 +0000
(17:03 +0100)
committer
Michael Wagner
<info@wagnertech.de>
Mon, 7 Mar 2016 16:03:44 +0000
(17:03 +0100)
tools/make/configure
patch
|
blob
|
history
diff --git
a/tools/make/configure
b/tools/make/configure
index
b44b5c8
..
ab65ab1
100755
(executable)
--- a/
tools/make/configure
+++ b/
tools/make/configure
@@
-49,23
+49,23
@@
then
fi
# clean src tree and check out
-
#
if [ -e src ]
-
#
then
-
#
rm -rf src
-
#
fi
+if [ -e src ]
+then
+
rm -rf src
+fi
if [ -e $paket ]
then
rm -rf $paket
fi
rm *.stamp || true
-
#
mkdir -p src
+mkdir -p src
cwd=$(pwd)
# checkout
-
#
pushd src
-
#
../$paket.co $build
-
#
popd
+pushd src
+../$paket.co $build
+popd
# copy package control
control=$(find src -name $paket.control)