mirror of
https://github.com/haad/proxychains.git
synced 2026-09-14 11:05:48 +05:00
Create install destionation directories first with install -d.
This commit is contained in:
parent
788ffd9d26
commit
0938a940c5
5
Makefile
5
Makefile
@ -45,10 +45,11 @@ CFLAGS_MAIN=-DLIB_DIR=\"$(libdir)\" -DINSTALL_PREFIX=\"$(prefix)\" -DDLL_NAME=\"
|
||||
all: $(ALL_LIBS) $(ALL_TOOLS)
|
||||
|
||||
#install: $(ALL_LIBS:lib/%=$(DESTDIR)$(libdir)/%) $(DESTDIR)$(LDSO_PATHNAME)
|
||||
install:
|
||||
install:
|
||||
install -d $(bindir) $(libdir) $(confdir) $(includedir)
|
||||
install $(INSTALL_FLAGS) 755 $(ALL_TOOLS) $(bindir)/
|
||||
install $(INSTALL_FLAGS) 644 $(ALL_LIBS) $(libdir)/
|
||||
install $(INSTALL_FLAGS) 644 src/proxychains.conf $(prefix)/etc/
|
||||
install $(INSTALL_FLAGS) 644 src/proxychains.conf $(confdir)
|
||||
|
||||
clean:
|
||||
rm -f $(ALL_LIBS)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user