summaryrefslogtreecommitdiff
path: root/repo/system
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-02-20 17:40:23 +0000
committerdavidovski <david@davidovski.xyz>2022-02-20 17:40:23 +0000
commit50c45f6c47bd97ebfd17ec593fe5e0ddbebd9a73 (patch)
treea96849b15d6900f5310e2affc792a13f25fe6f9f /repo/system
parentdc458d01f400e81529e9ce8b056ce7143f87a638 (diff)
fixed libptytty to install to lib
Diffstat (limited to 'repo/system')
-rw-r--r--repo/system/libptytty.xibuild1
1 files changed, 1 insertions, 0 deletions
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
}