diff options
author | davidovski <david@davidovski.xyz> | 2022-02-20 17:40:23 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-02-20 17:40:23 +0000 |
commit | 50c45f6c47bd97ebfd17ec593fe5e0ddbebd9a73 (patch) | |
tree | a96849b15d6900f5310e2affc792a13f25fe6f9f /repo/system/libptytty.xibuild | |
parent | dc458d01f400e81529e9ce8b056ce7143f87a638 (diff) |
fixed libptytty to install to lib
Diffstat (limited to 'repo/system/libptytty.xibuild')
-rw-r--r-- | repo/system/libptytty.xibuild | 1 |
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 } |