makedeb
Extendable version manager with support for Ruby, Node.js, Elixir, Erlang & more
Click here to go back to the commit logs for asdf-vm.
Hash: b37b35d618b7dfbe260d05f949f227c9821d3226
Message: chore: remove profile.sh
The file isn't actually needed as the script path is default
diff --git a/.SRCINFO b/.SRCINFO
index f1c8ba6..f1040a2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,8 +11,6 @@ pkgbase = asdf-vm
optdepends = bash-completion: For completions to work in Bash
optdepends = unzip: Needed by some plugins, like asdf-elixir
source = asdf-vm-0.9.0.tar.gz::https://github.com/asdf-vm/asdf/archive/v0.9.0.tar.gz
- source = profile.sh
sha256sums = f2ab54bf1d17e10f17e405c2fac29f0620a66b5c7a5200b5699e50e28ed210c8
- sha256sums = f4f9372f3a66519406e9682a4654bd154c9ff896c82a8d5e08fa0a7826b5b22f
pkgname = asdf-vm
diff --git a/PKGBUILD b/PKGBUILD
index 2676eac..8a6b6e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -20,19 +20,14 @@ optdepends=(
install=asdf-vm.install
source=(
"$pkgname-$pkgver.tar.gz::https://github.com/asdf-vm/asdf/archive/v$pkgver.tar.gz"
- 'profile.sh'
)
sha256sums=(
'f2ab54bf1d17e10f17e405c2fac29f0620a66b5c7a5200b5699e50e28ed210c8'
- 'f4f9372f3a66519406e9682a4654bd154c9ff896c82a8d5e08fa0a7826b5b22f'
)
package() {
optdir="$pkgdir/opt/asdf-vm"
- # Install the profile file. Required for asdf to find required scripts
- install -Dm644 profile.sh "$pkgdir/etc/profile.d/profile.sh"
-
cd "asdf-$pkgver"
# Install files for sourcing
diff --git a/profile.sh b/profile.sh
deleted file mode 100644
index 6374138..0000000
--- a/profile.sh
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/usr/bin/env sh
-
-export ASDF_DIR=/opt/asdf-vm