Added usher to run depmod after install

This commit is contained in:
2017-05-30 21:51:48 +00:00
parent 0f5acb7a9f
commit 23bea2b413
2 changed files with 23 additions and 1 deletions

View File

@@ -13,7 +13,7 @@ export DEPENDS = glibc
export ARCH = x86_64
export URL = http://zfsonlinux.org/
DESC = A shim layer which adds the core interfaces required for OpenZFS
SNAPVER = 2
SNAPVER = 3
ARCHIVE := $(PWD)/SRC/$(shell ls SRC|egrep '(bz2|gz|tar|xz)$$'|tail -1)
TYPE := $(shell file -ib $(ARCHIVE)|cut -d';' -f1|tr -d '\n')