summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2013-12-27 20:41:02 -0300
committerNicolás Reynolds <fauno@endefensadelsl.org>2013-12-27 20:41:02 -0300
commitffe9ada1c43d5fd779863c4be2782f7b690a5fbc (patch)
treee465cd3dd0b33a3a7af89149e4ff61450e9334b2
parent863af4a1c724e9ef13d5011c84f7b6ea8e940c24 (diff)
Changed to /srv
-rwxr-xr-xabslibre4
1 files changed, 2 insertions, 2 deletions
diff --git a/abslibre b/abslibre
index bb7fd12..fa777ac 100755
--- a/abslibre
+++ b/abslibre
@@ -1,6 +1,6 @@
#!/bin/bash
-ABSLIBRE=/var/abslibre
+ABSLIBRE=/srv/abslibre
ABSGIT=/srv/git/repositories/abslibre.git
# Remote
# ABSGIT=http://projects.parabolagnulinux.org/abslibre.git
@@ -9,7 +9,7 @@ SYNCARGS='-mrtv --no-motd --delete-after --no-p --no-o --no-g'
BLFILE=/tmp/blacklist.txt
# Variables from abs.conf
-ABSROOT="/var/abs/"
+ABSROOT="/srv/abs/"
# DON'T CHANGE. WE NEED IT FOR ABSLIBRE
SYNCSERVER="rsync.archlinux.org"
ARCH="i686"