mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
Trim extra newlines at end of file & trailing whitespace.
This commit is contained in:
@@ -47,12 +47,12 @@ BUILD()
|
||||
cmake -Wno-dev -DCMAKE_INSTALL_PREFIX=$prefix \
|
||||
-DCMAKE_BUILD_TYPE=Release -DATTICA_ENABLE_TESTS=off
|
||||
make $jobArgs
|
||||
}
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
make install
|
||||
|
||||
|
||||
# Clean up after CMake
|
||||
mkdir -p $includeDir/attica/
|
||||
mkdir -p $libDir
|
||||
@@ -62,7 +62,7 @@ INSTALL()
|
||||
mv -f $prefix/lib/*.so* $libDir
|
||||
mv -f $prefix/include/attica/* $includeDir/attica/
|
||||
rm -rf $prefix/include/
|
||||
|
||||
|
||||
prepareInstalledDevelLibs libattica
|
||||
packageEntries devel \
|
||||
$developDir
|
||||
|
||||
Reference in New Issue
Block a user