summaryrefslogtreecommitdiffstats
path: root/scripts
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
parent9d9ffa6cecb7d1a5e875c9d39fb3f4a0580c52df (diff)
downloadpacman-16f42002ecc15d135cb444a36d84251ce015d34c.tar.gz
pacman-16f42002ecc15d135cb444a36d84251ce015d34c.tar.xz
Imported from pacman-2.6.2.tar.gz
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/gensync4
-rwxr-xr-xscripts/makepkg2
-rwxr-xr-xscripts/makeworld4
3 files changed, 5 insertions, 5 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
diff --git a/scripts/makepkg b/scripts/makepkg
index d8b0687a..9fa75865 100755
--- a/scripts/makepkg
+++ b/scripts/makepkg
@@ -20,7 +20,7 @@
# USA.
#
-myver='2.6.1'
+myver='2.6.2'
startdir=`pwd`
# source Arch's abs.conf if it's present
diff --git a/scripts/makeworld b/scripts/makeworld
index 1e5348f8..1c61ed17 100755
--- a/scripts/makeworld
+++ b/scripts/makeworld
@@ -21,7 +21,7 @@
#
toplevel=`pwd`
-version="2.6.1"
+version="2.6.2"
usage() {
echo "makeworld version $version"
@@ -38,7 +38,7 @@ usage() {
echo " where <category> is one or more directory names under the ABS root"
echo " eg: makeworld -c /packages base lib editors"
echo
- echo " this should be run from the toplevel directory of ABS (usually /usr/abs)"
+ echo " this should be run from the toplevel directory of ABS (usually /var/abs)"
}
if [ $# -lt 2 ]; then