diff options
-rw-r--r-- | PKGBUILD | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -41,6 +41,9 @@ prepare() { | |||
41 | sed '/@tic/d' -i Makefile | 41 | sed '/@tic/d' -i Makefile |
42 | for file in "${source[@]}"; do | 42 | for file in "${source[@]}"; do |
43 | if [[ "$file" != *.diff ]]; then | 43 | if [[ "$file" != *.diff ]]; then |
44 | # add config.h if present in source array | ||
45 | # Note: this supersedes the above sed to config.def.h | ||
46 | [[ "$file" == "config.h" ]] && cp "$SRCDEST/$file" . | ||
44 | continue | 47 | continue |
45 | fi | 48 | fi |
46 | # add all patches present in source array | 49 | # add all patches present in source array |