The following changes were made:
* Added REPO to Makefile * usher now uses /bin/sh * Removed TARGET from usher
This commit is contained in:
3
Makefile
3
Makefile
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user