wok-next diff fcitx-googlepinyin/receipt @ rev 21119

libarchive: depends on libzstd
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Jan 14 03:39:08 2019 +0200 (2019-01-14)
parents f48456621a9d
children
line diff
     1.1 --- a/fcitx-googlepinyin/receipt	Tue Oct 16 16:46:05 2018 +0300
     1.2 +++ b/fcitx-googlepinyin/receipt	Mon Jan 14 03:39:08 2019 +0200
     1.3 @@ -19,7 +19,7 @@
     1.4  	cmake $src -DCMAKE_INSTALL_PREFIX=/usr || return 1
     1.5  	cd $src
     1.6  	make -C build || return 1
     1.7 -	make install/fast -C build DESTDIR=$DESTDIR
     1.8 +	make install/fast -C build DESTDIR=$install
     1.9  }
    1.10  
    1.11  genpkg_rules() {