mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
Trim extra newlines at end of file & trailing whitespace.
This commit is contained in:
@@ -73,6 +73,6 @@ INSTALL()
|
||||
# that.
|
||||
sed -i -e "s,^includedir=.*,includedir=$prefix/$relativeIncludeDir/lua5.1," \
|
||||
$developLibDir/pkgconfig/lua.pc
|
||||
|
||||
|
||||
packageEntries devel $developDir
|
||||
}
|
||||
|
||||
@@ -58,7 +58,7 @@ INSTALL()
|
||||
|
||||
mv $binDir/lua $binDir/lua5.2
|
||||
ln -s $binDir/lua5.2 $binDir/lua
|
||||
|
||||
|
||||
mkdir -p $developLibDir/pkgconfig
|
||||
cat > $developLibDir/pkgconfig/lua.pc << EOF
|
||||
V=5.2
|
||||
@@ -77,7 +77,7 @@ includedir=$includeDir
|
||||
Name: Lua
|
||||
Description: An Extensible Extension Language
|
||||
Version: \${R}
|
||||
Requires:
|
||||
Requires:
|
||||
Libs: -L\${libdir} -llua
|
||||
Cflags: -I\${includedir}/lua52
|
||||
EOF
|
||||
|
||||
Reference in New Issue
Block a user