Skip to content

Commit

Permalink
BeBrexx: fixes to PortManager
Browse files Browse the repository at this point in the history
- Does not prevent system shutdown
- Installed to /system/servers
- Is a background app
  • Loading branch information
pulkomandy committed Jul 22, 2017
1 parent d49aea4 commit f7312c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dev-lang/brexx/brexx-1.3.2.recipe
Expand Up @@ -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"
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit f7312c4

Please sign in to comment.