From 50c45f6c47bd97ebfd17ec593fe5e0ddbebd9a73 Mon Sep 17 00:00:00 2001 From: davidovski Date: Sun, 20 Feb 2022 17:40:23 +0000 Subject: fixed libptytty to install to lib --- repo/system/libptytty.xibuild | 1 + 1 file changed, 1 insertion(+) (limited to 'repo/system') diff --git a/repo/system/libptytty.xibuild b/repo/system/libptytty.xibuild index 6c5c89a..f4c5bcf 100644 --- a/repo/system/libptytty.xibuild +++ b/repo/system/libptytty.xibuild @@ -21,4 +21,5 @@ build () { package () { make DESTDIR=$PKG_DEST install + mv $PKG_DEST/usr/lib64 $PKG_DEST/usr/lib } -- cgit v1.2.1