mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2024-11-14 15:33:47 +01:00
fix(ci): ensure output build directory exist.
This commit is contained in:
parent
94703681d9
commit
6afcfa85ec
2
Makefile
2
Makefile
@ -5,7 +5,7 @@
|
||||
|
||||
DESTDIR ?= /
|
||||
BUILD ?= .build
|
||||
PKGDEST ?= /tmp/pkg
|
||||
PKGDEST ?= ${PWD}/.pkg
|
||||
PKGNAME := apparmor.d
|
||||
P = $(filter-out dpkg,$(notdir $(wildcard ${BUILD}/apparmor.d/*)))
|
||||
|
||||
|
@ -8,7 +8,7 @@
|
||||
set -eu -o pipefail
|
||||
|
||||
readonly COMMAND="$1"
|
||||
readonly OUTPUT=".pkg"
|
||||
readonly OUTPUT="$PWD/.pkg"
|
||||
readonly PKGNAME=apparmor.d
|
||||
VERSION="0.$(git rev-list --count HEAD)"
|
||||
readonly VERSION
|
||||
|
Loading…
Reference in New Issue
Block a user