Skip to content
This repository has been archived by the owner on Jun 30, 2021. It is now read-only.

Commit

Permalink
ubase: Nitpicks
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanaraps committed Feb 3, 2020
1 parent fd16383 commit 6cbd09a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions community/ubase/build
Expand Up @@ -2,10 +2,10 @@

patch -p1 < f3aa4b156360ce4a18e4a3897f883b663771ba24.patch

# prepend environment to config.mk defs
sed -i config.mk \
sed -i \
-e "/^CFLAGS/s/=/= $CFLAGS -static/" \
-e "/^LDFLAGS/s/=/= $LDFLAGS -static/"
-e "/^LDFLAGS/s/=/= $LDFLAGS -static/" \
config.mk

make ubase-box
make DESTDIR="$1" PREFIX=/usr ubase-box-install
Expand Down

0 comments on commit 6cbd09a

Please sign in to comment.