diff options
Diffstat (limited to 'repo/core/libxcrypt.xibuild')
-rw-r--r-- | repo/core/libxcrypt.xibuild | 5 |
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 +} + |