The following changes were made:

* Added REPO to Makefile
  * usher now uses /bin/sh
  * Removed TARGET from usher
This commit is contained in:
2018-03-29 12:56:55 -05:00
parent 585826bc5f
commit 0864a18ac2
2 changed files with 18 additions and 31 deletions

View File

@@ -11,11 +11,12 @@
DEPENDS = glibc,libacl,libattr
ARCH = x86_64
URL = http://pkg-shadow.alioth.debian.org/
REPO = core
BRIEF = Shadow password utilities
DESC = This package includes the programs necessary to convert traditional \
V7 UNIX password files to the SVR4 shadow password format and additional \
tools to work with shadow passwords.
SNAPVER = 9
SNAPVER = 10
ARCHIVE := $(PWD)/SRC/$(shell ls SRC|egrep '(bz2|gz|tar|xz)$$'|tail -1)
TYPE := $(shell file -ib $(ARCHIVE)|cut -d';' -f1|tr -d '\n')