1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 04:47:34 +00:00

LibDraw: Fix wrong installation path

This commit is contained in:
Andreas Kling 2019-08-25 17:42:16 +02:00
parent 11896d0e26
commit 9bc3444626

View file

@ -3,5 +3,5 @@
set -e
SERENITY_ROOT=../../
mkdir -p $SERENITY_ROOT/Root/usr/include/LibGfx/
cp *.h $SERENITY_ROOT/Root/usr/include/LibGfx/
mkdir -p $SERENITY_ROOT/Root/usr/include/LibDraw/
cp *.h $SERENITY_ROOT/Root/usr/include/LibDraw/