|
|
@ -2,7 +2,7 @@ |
|
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
|
# |
|
|
|
# Filename: package/.../ncurses/ncurses.conf |
|
|
|
# Copyright (C) 2006 - 2010 The OpenSDE Project |
|
|
|
# Copyright (C) 2006 - 2011 The OpenSDE Project |
|
|
|
# Copyright (C) 2004 - 2006 The T2 SDE Project |
|
|
|
# Copyright (C) 1998 - 2003 Clifford Wolf |
|
|
|
# |
|
|
@ -30,8 +30,6 @@ for x in `match_source_file -p 'patch'` ; do |
|
|
|
var_append patchfiles " " "$x" |
|
|
|
done |
|
|
|
|
|
|
|
hook_add prepatch 5 "bunzip2 < `match_source_file -p termtypes` > misc/terminfo.src" |
|
|
|
|
|
|
|
# append our local patches |
|
|
|
var_append patchfiles " " "$localpatches" |
|
|
|
|
|
|
|