diff options
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 } |