The following changes were made:
* Added REPO * Moved usher from bash to /bin/sh * Removed TARGET from usher
This commit is contained in:
3
Makefile
3
Makefile
@@ -11,11 +11,12 @@
|
||||
DEPENDS = glibc
|
||||
ARCH = x86_64
|
||||
URL = http://git.kernel.org/cgit/utils/kernel/kmod/kmod.git/about/
|
||||
REPO = core
|
||||
BRIEF = Kernel module tools
|
||||
DESC = kmod is a set of tools to handle common tasks with Linux kernel \
|
||||
modules like insert, remove, list, check properties, resolve dependencies \
|
||||
and aliases.
|
||||
SNAPVER = 3
|
||||
SNAPVER = 4
|
||||
|
||||
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