From 003727289cc45e29eff0c0c48ad0f9660f96644f Mon Sep 17 00:00:00 2001 From: davidovski Date: Sun, 16 Jan 2022 15:02:47 +0000 Subject: separated patch, build, check and package stages --- repo/system/libxcrypt.xibuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'repo/system/libxcrypt.xibuild') diff --git a/repo/system/libxcrypt.xibuild b/repo/system/libxcrypt.xibuild index 8fd8dd3..f1e1c35 100644 --- a/repo/system/libxcrypt.xibuild +++ b/repo/system/libxcrypt.xibuild @@ -9,10 +9,11 @@ DESC="A modern library for one-way hashing of passwords" build () { CC=gcc ./configure --prefix=/usr make - make DESTDIR=$PKG_DEST install } package () { + make DESTDIR=$PKG_DEST install + # this is probably wrong ln $PKG_DEST/usr/lib/libcrypt.so $PKG_DEST/usr/lib/libcrypt.so.2 } -- cgit v1.2.1