Fix up the header install script
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
4fa33a9689
commit
913b13b380
@ -5,10 +5,10 @@ source $(dirname $0)/env.sh
|
||||
|
||||
cd $LUNA_ROOT
|
||||
|
||||
mkdir -p base
|
||||
mkdir -p base/usr/include
|
||||
mkdir -p base/usr/include/moon
|
||||
mkdir -p base/usr/include/luna
|
||||
mkdir -p $LUNA_BASE
|
||||
mkdir -p $LUNA_BASE/usr/include
|
||||
mkdir -p $LUNA_BASE/usr/include/moon
|
||||
mkdir -p $LUNA_BASE/usr/include/luna
|
||||
|
||||
cp -RT kernel/**/*.h base/usr/include/moon
|
||||
cp -RT luna/*.h base/usr/include/luna
|
||||
cp -RT kernel/**/*.h $LUNA_BASE/usr/include/moon
|
||||
cp -RT luna/*.h $LUNA_BASE/usr/include/luna
|
Loading…
Reference in New Issue
Block a user