Browse Source

Fixed fbset to not install samples fb.modes ending with .orig, because they are generated when patching

early
Alejandro Mery 17 years ago
parent
commit
27e9d3c222
  1. 2
      base/fbset/fbset.conf

2
base/fbset/fbset.conf

@ -16,7 +16,7 @@
fbset_postmake() {
cp -fv modeline2fb $root/sbin
cp -fv etc/fb.modes.ATI $root$sysconfdir/fb.modes
cp -fv etc/fb.modes.* $root$docdir
cp -fv $( ls -1 etc/fb.modes.* | grep -v '\.orig$' ) $root$docdir
}
hook_add postmake 5 'fbset_postmake'

Loading…
Cancel
Save