summaryrefslogtreecommitdiff
path: root/genpkglist
diff options
context:
space:
mode:
authorJudd Vinet <judd@archlinux.org>2003-05-21 23:07:33 +0000
committerJudd Vinet <judd@archlinux.org>2003-05-21 23:07:33 +0000
commitc6a78c714e6dc0a814d954eb55ec0028e897f1f9 (patch)
tree5eee6000e3d5c23c9d091fed8490ead975e75a9b /genpkglist
parentdc73d5af70bbcd1cfa8515e34478c3eb33d15749 (diff)
added/updated scripts for the new website
Diffstat (limited to 'genpkglist')
-rwxr-xr-xgenpkglist4
1 files changed, 2 insertions, 2 deletions
diff --git a/genpkglist b/genpkglist
index 67f384e..ee4298b 100755
--- a/genpkglist
+++ b/genpkglist
@@ -1,5 +1,5 @@
#!/bin/bash
-# $Id: genpkglist,v 1.5 2002/11/28 08:28:13 judd Exp $
+# $Id: genpkglist,v 1.6 2003/05/21 23:07:33 judd Exp $
#
# genpkglist
@@ -9,7 +9,7 @@
pkgfile="`pwd`/packages.txt"
-cd /usr/abs
+cd /tmp/arch/build
rm -f $pkgfile
for category in `find * -type d -maxdepth 0 | grep -v CVS`; do
cd $category