mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
BeBrexx: fixes to PortManager
- Does not prevent system shutdown - Installed to /system/servers - Is a background app
This commit is contained in:
@@ -15,8 +15,8 @@ COPYRIGHT="1991-1999 Be Incorporated
|
||||
1999 Vassilis Vlachoudis"
|
||||
LICENSE="Public Domain
|
||||
BSD (3-clause)"
|
||||
REVISION="2"
|
||||
commit="b5c3b9ce234f820082401a0304ac20324f89b0ae"
|
||||
REVISION="3"
|
||||
commit="63d956a8a44beecbb3597d904ce97e159575aebc"
|
||||
SOURCE_URI="https://github.com/pulkomandy/BeBrexx/archive/$commit.tar.gz"
|
||||
SOURCE_DIR="BeBrexx-$commit"
|
||||
CHECKSUM_SHA256="d6715694148f5e061d2d2173658a2aa7781ec618f26ed27ceb5a1754c5f2fca6"
|
||||
@@ -71,7 +71,7 @@ INSTALL()
|
||||
{
|
||||
if [ -z "$secondaryArchSuffix" ]; then
|
||||
mkdir -p $binDir
|
||||
copyattr -d PortManager/obj/PortManager $binDir
|
||||
copyattr -d PortManager/obj/PortManager $prefix/servers
|
||||
copyattr -d src/obj/rx $binDir
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user