summaryrefslogtreecommitdiff
path: root/repo
diff options
context:
space:
mode:
Diffstat (limited to 'repo')
-rw-r--r--repo/core/libxcrypt.xibuild5
1 files changed, 5 insertions, 0 deletions
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
+}
+