Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Bächler <thomas@archlinux.org>2010-10-17 16:35:27 +0200
committerThomas Bächler <thomas@archlinux.org>2010-10-17 16:35:27 +0200
commit9793b60eb35dfdabc53f490e6e422d0755dceb15 (patch)
tree8b5bab2e59a9bacd1b479b41af7208013e03cd3e
parent27b6e8a5c7727130a0723994ac64b70066509e4a (diff)
Do not unset archisobasedir when it's set
This was wrong and can never have worked. Fix it.
-rw-r--r--archiso/hooks/archiso4
1 files changed, 0 insertions, 4 deletions
diff --git a/archiso/hooks/archiso b/archiso/hooks/archiso
index 4d6682a..92a5430 100644
--- a/archiso/hooks/archiso
+++ b/archiso/hooks/archiso
@@ -62,10 +62,6 @@ run_hook() {
copytoram_size="75%"
fi
- if [ "x${archisobasedir}" != "x" ]; then
- archisobasedir=""
- fi
-
if [ "x${isomounts}" != "x" ]; then
isomounts="/bootmnt/${isomounts}"
else