diff options
author | Dan McGee <dan@archlinux.org> | 2008-11-21 21:24:25 +0100 |
---|---|---|
committer | Aaron Griffin <aaronmgriffin@gmail.com> | 2008-11-21 21:24:25 +0100 |
commit | f41f8672d040c62714c154f6cfe7af626f3941a3 (patch) | |
tree | 057cba25f8479cd9b23a396e2ded518274a63500 /misc-scripts/find-dupes | |
parent | 6b1f06f59fd13379841b1d3cdc5e51cbf8909e66 (diff) | |
download | dbscripts-f41f8672d040c62714c154f6cfe7af626f3941a3.tar.gz dbscripts-f41f8672d040c62714c154f6cfe7af626f3941a3.tar.xz |
Adjust remaining scripts for new repo locations
Edited-by: Aaron Griffin <aaronmgriffin@gmail.com>
Signed-off-by: Dan McGee <dan@archlinux.org>
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
Diffstat (limited to 'misc-scripts/find-dupes')
-rwxr-xr-x | misc-scripts/find-dupes | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc-scripts/find-dupes b/misc-scripts/find-dupes index 82cd1a4..372108f 100755 --- a/misc-scripts/find-dupes +++ b/misc-scripts/find-dupes @@ -9,7 +9,7 @@ reponame=$1 arch=$2 ##### Arch specific stuff. TODO make this configurable ##### -ftppath="/home/ftp/$reponame/os/$arch/" +ftppath="/srv/ftp/$reponame/os/$arch/" ############################################################ if [ ! -d "$ftppath" ]; then |