summaryrefslogtreecommitdiff
path: root/repo/system/libtasn1.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/system/libtasn1.xibuild')
-rw-r--r--repo/system/libtasn1.xibuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/repo/system/libtasn1.xibuild b/repo/system/libtasn1.xibuild
index 64cdaad..b93b213 100644
--- a/repo/system/libtasn1.xibuild
+++ b/repo/system/libtasn1.xibuild
@@ -7,9 +7,11 @@ SOURCE=https://ftp.gnu.org/gnu/libtasn1/libtasn1-$PKG_VER.tar.gz
DESC="The ASN.1 library used in GNUTLS"
build () {
-
./configure \
--prefix=/usr
make
+}
+
+package () {
make DESTDIR=$PKG_DEST install
}