mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 14:08:51 +02:00
LibreOffice: fix install()
This commit is contained in:
@@ -194,13 +194,13 @@ BUILD()
|
|||||||
# --disable-fetch-external
|
# --disable-fetch-external
|
||||||
|
|
||||||
make $jobArgs build-nocheck -k # DESTDIR=$appsDir/LibreOffice
|
make $jobArgs build-nocheck -k # DESTDIR=$appsDir/LibreOffice
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
INSTALL()
|
INSTALL()
|
||||||
{
|
{
|
||||||
mkdir -p $appsDir/LibreOffice
|
mkdir -p $appsDir/LibreOffice
|
||||||
cp -r ../core/instdir/* $appsDir/LibreOffice
|
cp -r ../core/instdir/* $appsDir/LibreOffice
|
||||||
|
cd $appsDir/LibreOffice/program
|
||||||
mv soffice.bin LibreOffice
|
mv soffice.bin LibreOffice
|
||||||
|
|
||||||
# workaround for missing lib
|
# workaround for missing lib
|
||||||
|
|||||||
Reference in New Issue
Block a user