Skip to content

Commit cc2245d

Browse files
bjacquinwtarreau
authored andcommitted
BUG/MINOR: build: install binary inside bin/ directory
Prior to the change, spoa is installed under DESTDIR with name `bin`
1 parent 0312e26 commit cc2245d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ spoa: $(OBJS)
6868
$(LD) $(LDFLAGS) -o $@ $^ $(LDLIBS)
6969

7070
install: spoa
71+
install -v -d $(DESTDIR)$(BINDIR)
7172
install spoa $(DESTDIR)$(BINDIR)
7273

7374
clean:

0 commit comments

Comments
 (0)