aboutsummaryrefslogtreecommitdiff
path: root/system
diff options
context:
space:
mode:
authorWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-05-17 07:30:18 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-05-21 08:25:35 +0700
commitefaf71408666d05478d17746d10a60065863d3b2 (patch)
tree6bc1b919adde9354f93892c658405e04ffa3a890 /system
parentb13e30c6ea0fcea5278b5ed908201e7e99594ebb (diff)
system/containerd: Fix path.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r--system/containerd/containerd.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/containerd/containerd.SlackBuild b/system/containerd/containerd.SlackBuild
index 5e2e96ceba82..cd311c8a4f3c 100644
--- a/system/containerd/containerd.SlackBuild
+++ b/system/containerd/containerd.SlackBuild
@@ -79,7 +79,7 @@ make \
BUILDTAGS="seccomp" \
GIT_COMMIT=$GITHASH \
GOPATH=$TMP/$PRGNAM-$VERSION/build
-make install DESTDIR=$PKG/usr
+make install DESTDIR=$PKG PREFIX=/usr
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a README.md LICENSE NOTICE $PKG/usr/doc/$PRGNAM-$VERSION