Skip to content

Commit f33fbe4

Browse files
committed
fix: install policycoreutils under correct prefix
Fix prefix to install to PATH Signed-off-by: Dmitry Sharshakov <dmitry.sharshakov@siderolabs.com>
1 parent 758d61c commit f33fbe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

policycoreutils/pkg.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ steps:
2323
make -j $(nproc) SUBDIRS=setfiles FTS_LDLIBS="-l:libfts.a -lpcre2-8"
2424
install:
2525
- |
26-
make install DESTDIR=/rootfs/usr SBINDIR=/usr/bin SUBDIRS=setfiles
26+
make install DESTDIR=/rootfs SBINDIR=/usr/bin SUBDIRS=setfiles
2727
finalize:
2828
- from: /rootfs
2929
to: /

0 commit comments

Comments
 (0)