From b851c9eac93499fd124da57d3d8c8be44c2246ca Mon Sep 17 00:00:00 2001 From: Alejandro Mery Date: Sun, 24 Feb 2008 13:09:55 -0300 Subject: [PATCH] Fixed typo in fbset.conf which was preventing the installation of etc/fb.modes --- base/fbset/fbset.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/base/fbset/fbset.conf b/base/fbset/fbset.conf index a7e132a27..62ea70f1f 100644 --- a/base/fbset/fbset.conf +++ b/base/fbset/fbset.conf @@ -2,7 +2,7 @@ # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # Filename: package/.../fbset/fbset.conf -# Copyright (C) 2007 The OpenSDE Project +# Copyright (C) 2007 - 2008 The OpenSDE Project # Copyright (C) 2004 - 2006 The T2 SDE Project # # More information can be found in the files COPYING and README. @@ -19,5 +19,5 @@ fbset_postmake() { cp -fv etc/fb.modes.* $root$docdir } -hook_add postmak5 5 'fbset_postmake' +hook_add postmake 5 'fbset_postmake'