Skip to content

Commit

Permalink
fix: install policycoreutils under correct prefix
Browse files Browse the repository at this point in the history
Fix prefix to install to PATH

Signed-off-by: Dmitry Sharshakov <[email protected]>
  • Loading branch information
dsseng committed Feb 14, 2025
1 parent 758d61c commit f33fbe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion policycoreutils/pkg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ steps:
make -j $(nproc) SUBDIRS=setfiles FTS_LDLIBS="-l:libfts.a -lpcre2-8"
install:
- |
make install DESTDIR=/rootfs/usr SBINDIR=/usr/bin SUBDIRS=setfiles
make install DESTDIR=/rootfs SBINDIR=/usr/bin SUBDIRS=setfiles
finalize:
- from: /rootfs
to: /

0 comments on commit f33fbe4

Please sign in to comment.