mirror of
https://github.com/RGBCube/serenity
synced 2025-05-16 22:15:09 +00:00
8 lines
185 B
Bash
Executable file
8 lines
185 B
Bash
Executable file
#!/bin/bash
|
|
|
|
set -e
|
|
SERENITY_ROOT=../../
|
|
|
|
mkdir -p $SERENITY_ROOT/Root/usr/include/LibPCIDB/
|
|
cp *.h $SERENITY_ROOT/Root/usr/include/LibPCIDB/
|
|
cp libpcidb.a $SERENITY_ROOT/Root/usr/lib/
|