diff options
author | Aaron Griffin <aaron@archlinux.org> | 2007-02-12 07:07:11 +0100 |
---|---|---|
committer | Aaron Griffin <aaron@archlinux.org> | 2007-02-12 07:07:11 +0100 |
commit | f319dc080d73ef7f43b603aae0a32a6e77328303 (patch) | |
tree | 4cdca373da2507e51d7f8e2253ba69b60893a2df /scripts/gensync | |
parent | 8a716abfb087f4fab7d0d1be5d9fb3afa944cf51 (diff) | |
download | pacman-f319dc080d73ef7f43b603aae0a32a6e77328303.tar.gz pacman-f319dc080d73ef7f43b603aae0a32a6e77328303.tar.xz |
Rewrote updatesync in terms of repo-add and repo-remove
Diffstat (limited to 'scripts/gensync')
-rwxr-xr-x | scripts/gensync | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/gensync b/scripts/gensync index 08753ae2..5a3dab88 100755 --- a/scripts/gensync +++ b/scripts/gensync @@ -119,7 +119,7 @@ for file in $(find "$rootdir"/* -name "$BUILDSCRIPT"); do fi done -echo "successfuly found all packages, creating repo DB..." +echo "creating repo DB..." # we'll trim the output just a tad, as gensync may be used on large repos repo-add $destfile $pkgs --force $force_pkgs \ |