Skip to content

Commit

Permalink
Adjust file permissions for install target
Browse files Browse the repository at this point in the history
  • Loading branch information
pdav committed Mar 1, 2012
1 parent 96ea553 commit 529ed2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions metro/lib/Makefile
Expand Up @@ -6,10 +6,10 @@ build:
install:
@echo ">>> Making install in `pwd`"
mkdir -p $(DESTDIR)$(NMLIBDIR)
$(NINSTALL) -m 0755 -e 's|%NMLIBDIR%|$(NMLIBDIR)|' $(SUBST) *.pl \
$(NINSTALL) -m 0644 -e 's|%NMLIBDIR%|$(NMLIBDIR)|' $(SUBST) *.pl \
$(DESTDIR)$(NMLIBDIR)
mkdir -p $(DESTDIR)$(NMLIBDIR)/probes
$(NINSTALL) -m 0755 -e 's|%NMLIBDIR%|$(NMLIBDIR)|' $(SUBST) probes/*.pl \
$(NINSTALL) -m 0644 -e 's|%NMLIBDIR%|$(NMLIBDIR)|' $(SUBST) probes/*.pl \
$(DESTDIR)$(NMLIBDIR)/probes
mkdir -p $(DESTDIR)$(NMLIBDIR)/plugins
$(NINSTALL) -m 0755 -e 's|%NMLIBDIR%|$(NMLIBDIR)|' $(SUBST) plugins/* \
Expand Down

0 comments on commit 529ed2a

Please sign in to comment.