diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2013-12-27 20:41:02 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2013-12-27 20:41:02 -0300 |
commit | ffe9ada1c43d5fd779863c4be2782f7b690a5fbc (patch) | |
tree | e465cd3dd0b33a3a7af89149e4ff61450e9334b2 /abslibre | |
parent | 863af4a1c724e9ef13d5011c84f7b6ea8e940c24 (diff) |
Changed to /srv
Diffstat (limited to 'abslibre')
-rwxr-xr-x | abslibre | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" |