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

Commit e65c6c0

Browse files
committed
sbase: Nitpicks
1 parent 61f1da0 commit e65c6c0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

community/sbase/build

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#!/bin/sh -e
22

3-
# prepend environment to config.mk defs
4-
sed -i config.mk \
3+
sed -i \
54
-e "/^CFLAGS/s/=/= $CFLAGS -static/" \
6-
-e "/^LDFLAGS/s/=/= $LDFLAGS -static/"
5+
-e "/^LDFLAGS/s/=/= $LDFLAGS -static/" \
6+
config.mk
77

88
make sbase-box
99
make DESTDIR="$1" PREFIX=/usr sbase-box-install

0 commit comments

Comments
 (0)