mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
Finish work on pe-2.4.3_hg602
This commit is contained in:
@@ -45,8 +45,14 @@ BUILD()
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
mkdir -p $prefix/boot/apps
|
||||
cp -a generated/distro $prefix/boot/apps/Pe
|
||||
cp -a doc prefix/boot/apps/Pe/Documentation
|
||||
rm -f $prefix/boot/apps/Pe/.OptionalPackageDescription
|
||||
apps=$prefix/apps
|
||||
mkdir -p $apps
|
||||
|
||||
peBase=$apps/Pe
|
||||
cp -a generated/distro $peBase
|
||||
cp -a doc $peBase/Documentation
|
||||
|
||||
mkdir $prefix/bin
|
||||
cd $prefix/bin
|
||||
ln -sfn ../apps/lpe .
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user