Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/bin/setup
diff options
context:
space:
mode:
Diffstat (limited to 'bin/setup')
-rwxr-xr-xbin/setup7
1 files changed, 7 insertions, 0 deletions
diff --git a/bin/setup b/bin/setup
index 150e168..fcb8c87 100755
--- a/bin/setup
+++ b/bin/setup
@@ -41,4 +41,11 @@ else
echo "data directory exists"
fi
+if test ! -d "${aur_state_dir}"; then
+ echo "no AUR state information directory exists.. creating it.."
+ mkdir "${aur_state_dir}"
+else
+ echo "AUR state information directory exists."
+fi
+
# TODO: AUR directory