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 4f3d689 commit f35a78cCopy full SHA for f35a78c
src/Makefile.autosetup
@@ -82,7 +82,7 @@ pkg-static: $(OBJS)
82
install: $(PROG) pkg-static
83
install -d -m 755 $(DESTDIR)$(sbindir)
84
install -s -m 755 pkg $(DESTDIR)$(sbindir)/pkg
85
- install -s -m 755 pkg-static $(DESTDIR)$(sbindir)/$(sbindir)/pkg-static
+ install -s -m 755 pkg-static $(DESTDIR)$(sbindir)/pkg-static
86
install -m 644 pkg.conf.sample $(DESTDIR)$(etcdir)
87
88
clean: clean-pkg-static
0 commit comments