mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
Minor bep fixes and style changes for mercurial and less.
This commit is contained in:
@@ -14,5 +14,9 @@ BUILD {
|
||||
|
||||
INSTALL {
|
||||
cd less-436
|
||||
make install
|
||||
if [ -n "${DESTDIR}" ];then
|
||||
make install DESTDIR="${DESTDIR}"
|
||||
else
|
||||
make install
|
||||
fi
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user