Skip to content

Commit

Permalink
Fix folder creation
Browse files Browse the repository at this point in the history
  • Loading branch information
roddhjav committed Feb 1, 2019
1 parent 17dbd26 commit 5359952
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog][keep-changelog].

## [1.0.1] - 2019-02-01
### Fixed
* Fixed makefile

## [1.0] - 2019-02-01
### Added
* Add support for zxcvbn.
Expand All @@ -27,7 +31,8 @@ The format is based on [Keep a Changelog][keep-changelog].
* Initial release.


[0.2]: https://github.com/roddhjav/pass-audit/releases/tag/v1.0
[1.0.1]: https://github.com/roddhjav/pass-audit/releases/tag/v1.0.1
[1.0]: https://github.com/roddhjav/pass-audit/releases/tag/v1.0
[0.1]: https://github.com/roddhjav/pass-audit/releases/tag/v0.1

[keep-changelog]: https://keepachangelog.com/en/1.0.0/
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ all:
install:
@install -v -d "$(DESTDIR)$(MANDIR)/man1"
@install -v -d "$(DESTDIR)$(SYSTEM_EXTENSION_DIR)/"
@install -v -d "$(DESTDIR)$(BASHCOMPDIR)"
@install -v -d "$(DESTDIR)$(BASHCOMPDIR)" "$(DESTDIR)$(ZSHCOMPDIR)"
@install -v -m 0755 "$(PROG).bash" "$(DESTDIR)$(SYSTEM_EXTENSION_DIR)/$(PROG).bash"
@install -v -m 0644 "pass-$(PROG).1" "$(DESTDIR)$(MANDIR)/man1/pass-$(PROG).1"
@install -v -m 0644 "completion/pass-$(PROG).bash" "$(DESTDIR)$(BASHCOMPDIR)/pass-$(PROG)"
Expand Down

0 comments on commit 5359952

Please sign in to comment.