We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 954e3f3 commit d7897d0Copy full SHA for d7897d0
platform/broadcom/sswsyncd/Makefile
@@ -28,9 +28,9 @@ $(BCMCMD): bcmcmd.cpp dsserve.h
28
$(CC) -o $@ $< $(CFLAGS) $(CFLAGS_COMMON) $(CPPFLAGS) $(LDFLAGS) $(LIBS)
29
30
install:
31
- install -d $(DESTDIR)/usr/sbin
32
- install -D $(DSSERVE) $(DESTDIR)/usr/sbin/$(DSSERVE)
33
- install -D $(BCMCMD) $(DESTDIR)/usr/sbin/$(BCMCMD)
+ install -d $(DESTDIR)/usr/bin
+ install -D $(DSSERVE) $(DESTDIR)/usr/bin/$(DSSERVE)
+ install -D $(BCMCMD) $(DESTDIR)/usr/bin/$(BCMCMD)
34
35
clean:
36
rm -f $(DSSERVE) $(BCMCMD)
0 commit comments