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

Commit 48db01a

Browse files
committed
fix binary name
update .gitignore
1 parent fd95fce commit 48db01a

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
man/*.5
22
man/*.8
33
man/*.html
4+
bin/sysusers
5+
bin/opensysusers
46
openrc/opensysusers.initd

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = 0.4.6
1+
VERSION = 0.4.7
22
SYSCONFDIR = /etc
33
ifdef PREFIX
44
PREFIX = /usr/local
@@ -27,7 +27,6 @@ else
2727
BINPROGS = bin/opensysusers
2828
BINNAME = opensysusers
2929
endif
30-
BINNAME = $(BINPROGS)
3130

3231
TESTFILES = $(wildcard test/*.conf)
3332

0 commit comments

Comments
 (0)