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

Commit

Permalink
fix binary name
Browse files Browse the repository at this point in the history
update .gitignore
  • Loading branch information
cromerc committed Apr 15, 2018
1 parent fd95fce commit 48db01a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
man/*.5
man/*.8
man/*.html
bin/sysusers
bin/opensysusers
openrc/opensysusers.initd
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = 0.4.6
VERSION = 0.4.7
SYSCONFDIR = /etc
ifdef PREFIX
PREFIX = /usr/local
Expand Down Expand Up @@ -27,7 +27,6 @@ else
BINPROGS = bin/opensysusers
BINNAME = opensysusers
endif
BINNAME = $(BINPROGS)

TESTFILES = $(wildcard test/*.conf)

Expand Down

0 comments on commit 48db01a

Please sign in to comment.