mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 22:18:55 +02:00
Trim extra newlines at end of file & trailing whitespace.
This commit is contained in:
@@ -31,17 +31,17 @@ BUILD_PREREQUIRES="
|
||||
cmd:cmake
|
||||
cmd:make
|
||||
"
|
||||
|
||||
|
||||
BUILD()
|
||||
{
|
||||
cmake .
|
||||
make
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
mkdir -p $appsDir
|
||||
cp cmake-gui $appsDir/CmakeHaiku
|
||||
|
||||
|
||||
addAppDeskbarSymlink $appsDir/CmakeHaiku
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user