I'm pretty sure I've done it right this time. I'm attaching the two builder scripts and diff files for config and do-update. I separated the diffs for each file but they include the changes for both packages. Peter Stevenson
--- config 2008-03-28 11:05:53.000000000 -0700 +++ config.new 2008-03-28 11:03:44.000000000 -0700 @@ -101,6 +101,8 @@ MESA_VERSION=1 XORG_SERVER_VERSION=1 CDRTOOLS_VERSION=1 +GNOME_ABOUT_VERSION=1 +YELP_VERSION=1 # Allow for local customisations if [ -x config.local ]; then . config.local; fi
--- do-update 2008-03-28 11:06:13.000000000 -0700
+++ do-update.new 2008-03-28 11:03:40.000000000 -0700
@@ -119,6 +119,8 @@
ensure_updated usplash usplash $i ./gen-usplash $USPLASH_VERSION
ensure_updated firefox firefox $i ./gen-firefox $FIREFOX_VERSION
ensure_updated hal hal $i ./gen-hal $HAL_VERSION
+ ensure_updated gnome-about gnome-about $i ./gen-gnome-about $GNOME_ABOUT_VERSION
+ ensure_updated yelp yelp $i ./gen-yelp $YELP_VERSION
# KDE
ensure_updated kubuntu-default-settings k$DISTRONAME_L-default-settings $i ./gen-kdefault-settings $KDEFAULT_SETTINGS_VERSION
gen-gnome-about
Description: application/shellscript
gen-yelp
Description: application/shellscript_______________________________________________ gNewSense-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/gnewsense-users
