git://scientific.zcu.cz
/
mock.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba73745
)
Create recursively.
author
František Dvořák
<valtri@civ.zcu.cz>
Wed, 17 Apr 2013 15:00:41 +0000
(17:00 +0200)
committer
František Dvořák
<valtri@civ.zcu.cz>
Wed, 17 Apr 2013 15:00:41 +0000
(17:00 +0200)
mock.sh
patch
|
blob
|
blame
|
history
diff --git
a/mock.sh
b/mock.sh
index
e707415
..
fb2ccdc
100755
(executable)
--- a/
mock.sh
+++ b/
mock.sh
@@
-146,7
+146,7
@@
while test -n "$1"; do
sudo rm -rfv results
if test "$CONF" = "pbuilder"; then
rm -rfv $DEBREPO/stable $DEBREPO/unstable $DEBREPO/$DEBDISTRO $DEBREPO/*.db
- mkdir $DEBREPO/$DEBDISTRO
+ mkdir
-p
$DEBREPO/$DEBDISTRO
touch $DEBREPO/$DEBDISTRO/Packages
fi
exit 0