Browse Source

Fixed typo in fbset.conf which was preventing the installation of etc/fb.modes

early
Alejandro Mery 17 years ago
parent
commit
b851c9eac9
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      base/fbset/fbset.conf

+ 2
- 2
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'

Loading…
Cancel
Save