|
|
@ -2,7 +2,7 @@ |
|
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
|
# |
|
|
|
# |
|
|
|
# Filename: package/.../dcraw/dcraw.conf |
|
|
|
# Filename: package/.../dcraw/dcraw.conf |
|
|
|
# Copyright (C) 2007 The OpenSDE Project |
|
|
|
# Copyright (C) 2007 - 2010 The OpenSDE Project |
|
|
|
# Copyright (C) 2006 The T2 SDE Project |
|
|
|
# Copyright (C) 2006 The T2 SDE Project |
|
|
|
# |
|
|
|
# |
|
|
|
# More information can be found in the files COPYING and README. |
|
|
|
# More information can be found in the files COPYING and README. |
|
|
@ -22,4 +22,4 @@ var_append GCC_WRAPPER_APPEND ' ' \ |
|
|
|
|
|
|
|
|
|
|
|
hook_add premake 5 "sed -i -e s,^gcc,$CC, \ |
|
|
|
hook_add premake 5 "sed -i -e s,^gcc,$CC, \ |
|
|
|
-e s,prefix=.*,prefix=$root/$prefix, install" |
|
|
|
-e s,prefix=.*,prefix=$root/$prefix, install" |
|
|
|
hook_add postmake 5 ./install |
|
|
|
hook_add postmake 5 "sh install" |
|
|
|