|
|
@ -2,7 +2,7 @@ |
|
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
|
# |
|
|
|
# Filename: package/.../iasl/iasl.conf |
|
|
|
# Copyright (C) 2011 - 2012 The OpenSDE Project |
|
|
|
# Copyright (C) 2011 - 2015 The OpenSDE Project |
|
|
|
# |
|
|
|
# More information can be found in the files COPYING and README. |
|
|
|
# |
|
|
@ -12,10 +12,5 @@ |
|
|
|
# GNU General Public License can be found in the file COPYING. |
|
|
|
# --- SDE-COPYRIGHT-NOTE-END --- |
|
|
|
|
|
|
|
makeopt="-C source/compiler $makeopt" |
|
|
|
makeinstopt= |
|
|
|
srcdir="acpica-unix-$ver/generate/unix/" |
|
|
|
|
|
|
|
iasl_install() { |
|
|
|
install -p -D source/compiler/iasl $root/$bindir/iasl |
|
|
|
} |
|
|
|
hook_add postmake 9 'iasl_install' |