Skip to content

Commit e19b4d9

Browse files
committed
Install pkg-static
1 parent 5ac2617 commit e19b4d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Makefile.autosetup

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ pkg-static: $(OBJS)
8282
install: $(PROG) pkg-static
8383
install -d -m 755 $(DESTDIR)$(sbindir)
8484
install -s -m 755 pkg $(DESTDIR)$(sbindir)/pkg
85+
install -s -m 755 pkg-static $(DESTDIR)$(sbindir)/$(sbindir)/pkg-static
8586

8687
clean: clean-pkg-static
8788
clean-pkg-static:

0 commit comments

Comments
 (0)