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