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 /ebook-tools | |
parent | aebac3c25645e900c58c11fa676cf54dfbe4d252 (diff) | |
download | contrib-d1e4ceb66cdcf8a33bc5bdbc35860525d957ffea.tar.gz contrib-d1e4ceb66cdcf8a33bc5bdbc35860525d957ffea.tar.xz |
mass update cmake install line
Diffstat (limited to 'ebook-tools')
-rw-r--r-- | ebook-tools/.signature | 4 | ||||
-rw-r--r-- | ebook-tools/Pkgfile | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ebook-tools/.signature b/ebook-tools/.signature index 0f3c1a1c2..fc5c8e3c7 100644 --- a/ebook-tools/.signature +++ b/ebook-tools/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF3xbixCRss5gWOtttoCGfvYckXmCF4rb1Y9GPPbh88/CinCy0kUZU4odc2oeTQtJx2GMXRp9Z9OjvxT4e75hk8w0= -SHA256 (Pkgfile) = b77c2981ecd5268b6ca974d3321999093c677f857c91f63d86872aa577cd1b0a +RWSagIOpLGJF34oJotPW+G4sy5ZbT+vg0S5DEBhTgeAty6lvHaQgJcZjyttunfEkHOFWOJAoQ2iv53fLz1sWsefK2xAO7yzmOAA= +SHA256 (Pkgfile) = ad626d54c3858e744f528567b72544594b01efd3bfeaedd70abe30cbd5ae2d64 SHA256 (.footprint) = 5b8b4f54bb379770a3b81c2a5a4f2ca1913a2799ffed0a2c5f5defa3154a7d41 SHA256 (ebook-tools-0.2.2.tar.gz) = cbc35996e911144fa62925366ad6a6212d6af2588f1e39075954973bbee627ae diff --git a/ebook-tools/Pkgfile b/ebook-tools/Pkgfile index 0f5f5333d..50ee31385 100644 --- a/ebook-tools/Pkgfile +++ b/ebook-tools/Pkgfile @@ -13,7 +13,7 @@ build() { -DCMAKE_BUILD_TYPE=RELEASE \ -DCMAKE_INSTALL_PREFIX=/usr cmake --build build - DESTDIR=$PKG cmake --build build --target install + DESTDIR=$PKG cmake --install build rm $PKG/usr/bin/lit2epub } |