diff options
author | Tim Biermann <tbier@posteo.de> | 2020-07-08 13:01:36 +0000 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2020-07-08 13:01:36 +0000 |
commit | d1e4ceb66cdcf8a33bc5bdbc35860525d957ffea (patch) | |
tree | 89661389c070be5d551ca45d6164bd15668366f8 /libebml | |
parent | aebac3c25645e900c58c11fa676cf54dfbe4d252 (diff) | |
download | contrib-d1e4ceb66cdcf8a33bc5bdbc35860525d957ffea.tar.gz contrib-d1e4ceb66cdcf8a33bc5bdbc35860525d957ffea.tar.xz |
mass update cmake install line
Diffstat (limited to 'libebml')
-rw-r--r-- | libebml/.signature | 4 | ||||
-rw-r--r-- | libebml/Pkgfile | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/libebml/.signature b/libebml/.signature index ae63fd877..13423816f 100644 --- a/libebml/.signature +++ b/libebml/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF33ezPeFMPhDirl0XyOIkpPnVHXkojfCRUF01RhAetGTwgTbhpewPOW2LfSoqQ+5qIxwUD+sOnSSvm11Mx+o6ugs= -SHA256 (Pkgfile) = 0fe89e1a92e282ac4bbf52c04bb8a7fc99686cff001266f94779f2b19d72c76b +RWSagIOpLGJF34zW87MtgqO89u7dtyha5bfej+R307Cdfet7XN+JRjq+WMdWABOB9y/Kii4VKagF5hKpi0jAGRWRRoIwkNN8Sww= +SHA256 (Pkgfile) = 86d60de0ffe1dc099d8ab29da8e17aa1a4554526d7582ec0693aadf1b0195129 SHA256 (.footprint) = 544f95100b22804152c894eef787a4c56485af7619fc745d26f072742172c902 SHA256 (libebml-1.4.0.tar.xz) = 80abc9a82549615018798ee704997270a39b43de9a6e7e0d23b62f8ce682c4b3 diff --git a/libebml/Pkgfile b/libebml/Pkgfile index 60272367b..3e6ab2a4e 100644 --- a/libebml/Pkgfile +++ b/libebml/Pkgfile @@ -16,5 +16,5 @@ build() { -DBUILD_SHARED_LIBS=ON cmake --build build - DESTDIR=$PKG cmake --build build --target install + DESTDIR=$PKG cmake --install build } |