diff options
Diffstat (limited to 'repo/system/libxml2.xibuild')
-rw-r--r-- | repo/system/libxml2.xibuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/repo/system/libxml2.xibuild b/repo/system/libxml2.xibuild index d5a1440..99f626a 100644 --- a/repo/system/libxml2.xibuild +++ b/repo/system/libxml2.xibuild @@ -12,5 +12,8 @@ build () { --with-history \ --with-python=/usr/bin/python3 && make +} + +package () { make DESTDIR=$PKG_DEST install } |