makedeb


nushell-bin 0.97.1-1


A new type of shell

Click here to go back to the commit logs for nushell-bin.

Commit:


Hash: d6b519ec426b0c4f6806647731b60fb9cbbbe0c5

Message: Minor edits

Diff


diff --git a/.SRCINFO b/.SRCINFO
index b04a041..5531b5e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ generated-by = makedeb
 pkgname = nushell-bin
 pkgbase = nushell-bin
 pkgdesc = A new type of shell
-pkgrel = 2
+pkgrel = 3
 pkgver = 0.96.0
 url = https://www.nushell.sh
 arch = amd64
diff --git a/PKGBUILD b/PKGBUILD
index 6e146f0..3d91fe8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: Zhongmin Lin <zhongmin.lin3@gmail.com>
 pkgname=nushell-bin
 pkgver=0.96.0
-pkgrel=2
+pkgrel=3
 pkgdesc="A new type of shell"
 arch=('amd64' 'aarch64' 'armv7' 'riscv64gc')
 url="https://www.nushell.sh"
@@ -20,7 +20,7 @@ sha256sums_riscv64gc=('fce86325dfe14ffc530b73a761a086a51debe3949f3efe24300dbb7d6
 
 package() {
 	cd nu-${pkgver}-*-unknown-linux-*
-	for f in $(find ./nu* -type f -name "nu*"); do
+	for f in $(find . -type f -name "nu*"); do
 		install -Dm755 "$f" "${pkgdir}/usr/bin/$f"
 	done
 	install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/nushell/LICENSE"