summaryrefslogtreecommitdiffstats
path: root/build_tools/bin/update_db_repo.sh
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2010-09-19 02:09:36 (GMT)
committerJames Meyer <james.meyer@operamail.com>2010-09-19 02:09:36 (GMT)
commit43a158579d6c32f069fbc287a55227552276f808 (patch)
treea2979e893c8827932c861916508b30db6a2d9b51 /build_tools/bin/update_db_repo.sh
parent46648c71ced34fff9eab4b0dd14f7a871a6767d4 (diff)
downloadlinhes_dev-43a158579d6c32f069fbc287a55227552276f808.zip
update build_all and mp
account for .xz and multiple pkg pkgbuild Signed-off-by: James Meyer <james.meyer@operamail.com>
Diffstat (limited to 'build_tools/bin/update_db_repo.sh')
-rwxr-xr-xbuild_tools/bin/update_db_repo.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_tools/bin/update_db_repo.sh b/build_tools/bin/update_db_repo.sh
index b95ab7c..3cc221e 100755
--- a/build_tools/bin/update_db_repo.sh
+++ b/build_tools/bin/update_db_repo.sh
@@ -19,5 +19,5 @@ echo " --------------------------"
pwd
#forcefully remove the old db to start clean
rm -f $REPO.db.tar.gz
- repo-add -q $REPO.db.tar.gz *.pkg.tar.gz
+ repo-add -q $REPO.db.tar.gz *.pkg.tar.*
cd -