Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: oklopfer <[email protected]>
  • Loading branch information
vigress8 and oklopfer authored Nov 19, 2024
1 parent aac2b08 commit ca486c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/dremio-bin/dremio-bin.pacscript
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ url="https://www.dremio.com/"
pkgdesc="Dremio: Data Lakehouse Platform Powered by Apache Iceberg"
maintainer=("Luca Fabbian <[email protected]>")
arch=('amd64')
sha256sums_amd64=("ccd0ac89c9d3dc13eee8eba0f3f489b3f9efc7a897c1c550d919fcc294c749f9")
source_amd64=("https://download.dremio.com/community-server/${fullver}/dremio-community-${fullver}.tar.gz")
sha256sums=("ccd0ac89c9d3dc13eee8eba0f3f489b3f9efc7a897c1c550d919fcc294c749f9")
source=("https://download.dremio.com/community-server/${fullver}/${gives}-community-${fullver}.tar.gz")

package() {
cd "${_archive}"
cd "${gives}-community-${fullver}"

mkdir -p "${pkgdir}/opt/${pkgname}"
mv -- * "${pkgdir}/opt/${pkgname}"
Expand Down

0 comments on commit ca486c3

Please sign in to comment.