Added dependency for mkinitramfs since usher requires it

This commit is contained in:
2016-10-28 14:10:42 -05:00
parent 28a4106ba7
commit 8f58131518
2 changed files with 2 additions and 2 deletions

View File

@@ -8,13 +8,13 @@
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
DEPENDS =
DEPENDS = mkinitramfs
ARCH = x86_64
URL = https://www.kernel.org/
DESC = Linux is a clone of the operating system Unix, written from scratch \
by Linus Torvalds with assistance from a loosely-knit team of hackers \
across the Net.
SNAPVER = sr0
SNAPVER = sr1
ARCHIVE := $(PWD)/SRC/$(shell ls SRC|egrep '(bz2|gz|tar|xz)$$'|tail -1)
TYPE := $(shell file -ib $(ARCHIVE)|cut -d';' -f1|tr -d '\n')