projects
/
people
/
pmueller
/
ipfire-2.x.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
781adc6
)
Fix permission change of existing directories at core updates.
author
Arne Fitzenreiter
<arne_f@ipfire.org>
Sun, 28 Mar 2010 14:11:48 +0000
(16:11 +0200)
committer
Arne Fitzenreiter
<arne_f@ipfire.org>
Sun, 28 Mar 2010 14:11:48 +0000
(16:11 +0200)
src/pakfire/lib/functions.sh
patch
|
blob
|
blame
|
history
diff --git
a/src/pakfire/lib/functions.sh
b/src/pakfire/lib/functions.sh
index
1cc4d81
..
e4e3d5b
100644
(file)
--- a/
src/pakfire/lib/functions.sh
+++ b/
src/pakfire/lib/functions.sh
@@
-24,7
+24,7
@@
extract_files() {
echo "Extracting files..."
- tar xvf /opt/pakfire/tmp/files --preserve --numeric-owner -C /
+ tar xvf /opt/pakfire/tmp/files --
no-overwrite-dir --
preserve --numeric-owner -C /
echo "...Finished."
}