summaryrefslogtreecommitdiffstats
path: root/scripts/gensync
diff options
context:
space:
mode:
authorJudd Vinet <judd@archlinux.org>2003-09-29 02:58:58 +0200
committerJudd Vinet <judd@archlinux.org>2003-09-29 02:58:58 +0200
commit16f42002ecc15d135cb444a36d84251ce015d34c (patch)
tree7c48a619b72e9be1d61a4bbd79917f3998b41cf8 /scripts/gensync
parent9d9ffa6cecb7d1a5e875c9d39fb3f4a0580c52df (diff)
downloadpacman-16f42002ecc15d135cb444a36d84251ce015d34c.tar.gz
pacman-16f42002ecc15d135cb444a36d84251ce015d34c.tar.xz
Imported from pacman-2.6.2.tar.gz
Diffstat (limited to 'scripts/gensync')
-rwxr-xr-xscripts/gensync4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/gensync b/scripts/gensync
index 71634b2a..ad12d16c 100755
--- a/scripts/gensync
+++ b/scripts/gensync
@@ -20,7 +20,7 @@
# USA.
#
-myver='2.6.1'
+myver='2.6.2'
usage() {
echo "gensync $myver"
@@ -36,7 +36,7 @@ usage() {
echo " generated database must reside in the same directory as your"
echo " custom packages (also configured in /etc/pacman.conf)"
echo
- echo "example: gensync /usr/abs/local /home/mypkgs/custom.db.tar.gz"
+ echo "example: gensync /var/abs/local /home/mypkgs/custom.db.tar.gz"
echo
echo
exit 0