Skip to content

Commit

Permalink
Create pam destination dir pre-install
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Conte Mac Donell committed Dec 7, 2016
1 parent 25179a3 commit 4fb9130
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ all:
$(XCODE)/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc touchid-pam-extension.swift -o $(LIBRARY_NAME) -target $(TARGET) -emit-library -sdk $(XCODE)/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk

install: all
mkdir -p $(DESTINATION)
cp $(LIBRARY_NAME) $(DESTINATION)/$(LIBRARY_NAME).$(VERSION)
chmod 444 $(DESTINATION)/$(LIBRARY_NAME).$(VERSION)
chown root:wheel $(DESTINATION)/$(LIBRARY_NAME).$(VERSION)

0 comments on commit 4fb9130

Please sign in to comment.