From 1ef058dad91a5ca82db2744776251a2ab68bcf90 Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Fri, 20 Feb 2009 10:01:27 -0800 Subject: Make db-update parse all architecutres ARCHES is defined in config. db-update should now loop over all arches on each run and update whatever is in the staging dir. Remove the db-*64 scripts due to this Signed-off-by: Aaron Griffin --- db-core | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'db-core') diff --git a/db-core b/db-core index b88fcae..eaa5032 100755 --- a/db-core +++ b/db-core @@ -1,3 +1,3 @@ #!/bin/bash -$(dirname $0)/db-update "core" "i686" +$(dirname $0)/db-update "core" -- cgit v1.2.3-24-g4f1b