Fix Makefile
This commit is contained in:
parent
d22ed6a03d
commit
24dd849b21
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -5,7 +5,7 @@ LIBEXECDIR = $(PREFIX)/libexec/sourcezap
|
||||||
SHAREDIR = $(PREFIX)/share/sourcezap
|
SHAREDIR = $(PREFIX)/share/sourcezap
|
||||||
|
|
||||||
install:
|
install:
|
||||||
@find bin/ libexec/ share/ -type d -exec install -v -d $(PREFIX)/"{}" \;
|
@find bin/ libexec/ share/ man/ -type d -exec install -v -d $(PREFIX)/"{}" \;
|
||||||
@find bin/ libexec/ -type f -exec install -v -m 0755 "{}" $(PREFIX)/"{}" \;
|
@find bin/ libexec/ -type f -exec install -v -m 0755 "{}" $(PREFIX)/"{}" \;
|
||||||
@find share/ man/ -type f -exec install -v -m 0644 "{}" $(PREFIX)/"{}" \;
|
@find share/ man/ -type f -exec install -v -m 0644 "{}" $(PREFIX)/"{}" \;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue