Skip to content
This repository has been archived by the owner on Aug 21, 2018. It is now read-only.

Commit

Permalink
Install extensions as well on the LIB dir.
Browse files Browse the repository at this point in the history
  • Loading branch information
dashohoxha committed Feb 20, 2016
1 parent 855a873 commit aab861e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ install:
@install -v -m 0755 src/pw.sh "$(PW)"
@sed -i $(PW) -e "s#^LIBDIR=.*#LIBDIR=\"$(LIB)\"#"

@install -v -d "$(LIB)/platform/"
@install -v -m 0644 $(wildcard src/platform/*) "$(LIB)/platform/"
@install -v -d "$(LIB)/"
@cp -v -r src/platform src/ext "$(LIB)"

@install -v -d "$(MANDIR)/"
@install -v -m 0644 man/pw.1 "$(MANDIR)/pw.1"
Expand Down

0 comments on commit aab861e

Please sign in to comment.