Skip to content

Commit c3b9855

Browse files
arista-nwolfevidyac86
authored andcommitted
Move dsserve and bcmcmd back to /usr/bin/ (sonic-net#22288)
sonic-net#22153 moved dsserve and bcmcmd to /usr/sbin/ but there are a number of scripts that expect them to be at /usr/bin/. sonic-net#22287
1 parent c140614 commit c3b9855

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

platform/broadcom/sswsyncd/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ $(BCMCMD): bcmcmd.cpp dsserve.h
2828
$(CC) -o $@ $< $(CFLAGS) $(CFLAGS_COMMON) $(CPPFLAGS) $(LDFLAGS) $(LIBS)
2929

3030
install:
31-
install -d $(DESTDIR)/usr/sbin
32-
install -D $(DSSERVE) $(DESTDIR)/usr/sbin/$(DSSERVE)
33-
install -D $(BCMCMD) $(DESTDIR)/usr/sbin/$(BCMCMD)
31+
install -d $(DESTDIR)/usr/bin
32+
install -D $(DSSERVE) $(DESTDIR)/usr/bin/$(DSSERVE)
33+
install -D $(BCMCMD) $(DESTDIR)/usr/bin/$(BCMCMD)
3434

3535
clean:
3636
rm -f $(DSSERVE) $(BCMCMD)

0 commit comments

Comments
 (0)