From ba30602cd961b55341698b91023e71a8a0403822 Mon Sep 17 00:00:00 2001 From: davidovski Date: Tue, 7 Dec 2021 21:00:57 +0000 Subject: added repo issue for libxcrypt --- repo/core/libxcrypt.xibuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/repo/core/libxcrypt.xibuild b/repo/core/libxcrypt.xibuild index 514c1b2..a4b5a3e 100644 --- a/repo/core/libxcrypt.xibuild +++ b/repo/core/libxcrypt.xibuild @@ -11,4 +11,9 @@ build () { make DESTDIR=$PKG_DEST install } +package () { + # this is probably wrong + ln $PKG_DEST/usr/lib/libcrypt.so $PKG_DEST/usr/lib/libcrypt.so.2 +} + -- cgit v1.2.1