mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
Trim extra newlines at end of file & trailing whitespace.
This commit is contained in:
@@ -37,7 +37,7 @@ BUILD_PREREQUIRES="
|
||||
cmd:ld$secondaryArchSuffix
|
||||
cmd:make
|
||||
"
|
||||
|
||||
|
||||
BUILD()
|
||||
{
|
||||
cd LibBurnDevice
|
||||
@@ -48,14 +48,14 @@ INSTALL()
|
||||
{
|
||||
cd LibBurnDevice
|
||||
mkdir -p $libDir $developLibDir $includeDir/burndevice
|
||||
|
||||
|
||||
cp objects/libburndevice.so $libDir/libburndevice.so
|
||||
cp BurnDevice.h $includeDir/burndevice
|
||||
|
||||
|
||||
prepareInstalledDevelLibs \
|
||||
libburndevice
|
||||
|
||||
|
||||
packageEntries devel \
|
||||
$developLibDir \
|
||||
$includeDir
|
||||
$includeDir
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user