Moved usr/bin/passwd to bin/passwd

This commit is contained in:
2016-11-03 13:21:48 -05:00
parent 3628b9971f
commit a48afe245c

View File

@@ -14,7 +14,7 @@ URL = http://pkg-shadow.alioth.debian.org/
DESC = This package includes the programs necessary to convert traditional \ DESC = This package includes the programs necessary to convert traditional \
V7 UNIX password files to the SVR4 shadow password format and additional \ V7 UNIX password files to the SVR4 shadow password format and additional \
tools to work with shadow passwords. tools to work with shadow passwords.
SNAPVER = sr3 SNAPVER = sr4
ARCHIVE := $(PWD)/SRC/$(shell ls SRC|egrep '(bz2|gz|tar|xz)$$'|tail -1) ARCHIVE := $(PWD)/SRC/$(shell ls SRC|egrep '(bz2|gz|tar|xz)$$'|tail -1)
TYPE := $(shell file -ib $(ARCHIVE)|cut -d';' -f1|tr -d '\n') TYPE := $(shell file -ib $(ARCHIVE)|cut -d';' -f1|tr -d '\n')
@@ -63,9 +63,8 @@ $(ROOT): $(SRCDIR)/src/vipw
mkdir -v $(ROOT); \ mkdir -v $(ROOT); \
fi fi
@cd $(SRCDIR) && make install DESTDIR=$(ROOT) @cd $(SRCDIR) && make install DESTDIR=$(ROOT) && \
mv $(ROOT)/usr/bin/passwd $(ROOT)/bin/passwd
@$(SNAPHACKS)
clean: clean:
@rm -rvf $(ROOT) \ @rm -rvf $(ROOT) \