mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
Switched install directory of python files to correct directory
This commit is contained in:
@@ -23,8 +23,10 @@ REQUIRES="
|
||||
cmd:python$secondaryArchSuffix
|
||||
"
|
||||
BUILD_REQUIRES="
|
||||
cmd:python
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:python
|
||||
"
|
||||
|
||||
BUILD()
|
||||
@@ -35,8 +37,9 @@ BUILD()
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
mkdir -p $binDir/hugen_app
|
||||
cp -R hugen.py configs/ templates/ $binDir/hugen_app
|
||||
echo python $binDir/hugen_app/hugen.py > $binDir/hugen
|
||||
chmod +x $binDir/hugen
|
||||
installLocation=lib/python$version/vendor-packages
|
||||
mkdir -p $installLocation/hugen_app
|
||||
cp -R hugen.py configs/ templates/ $installLocation/hugen_app
|
||||
echo python $installLocation/hugen_app/hugen.py > $installLocation/hugen
|
||||
chmod +x $installLocation/hugen
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user