Skip to content

Commit 46c12db

Browse files
frezbosmira
authored andcommitted
fix: libarchive install prefix
Fix libarchive install prefix. Signed-off-by: Noel Georgi <git@frezbo.dev> (cherry picked from commit a9e8afa)
1 parent 142b074 commit 46c12db

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

libarchive/pkg.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ steps:
1414
tar xf libarchive.tar.xz --strip-components=1
1515
1616
CFLAGS="-fPIC" ./configure \
17+
--prefix=/usr \
1718
--disable-bsdtar \
1819
--disable-bsdcat \
1920
--disable-bsdcpio \
@@ -28,7 +29,7 @@ steps:
2829
- |
2930
make DESTDIR=/rootfs install
3031
31-
rm -rf /rootfs/usr/local/share
32+
rm -rf /rootfs/usr/share
3233
test:
3334
- |
3435
fhs-validator /rootfs

0 commit comments

Comments
 (0)