Skip to content

Instantly share code, notes, and snippets.

@christianlupus
Created June 15, 2019 07:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save christianlupus/435f13d860ab60af72c9e624e245a889 to your computer and use it in GitHub Desktop.
Save christianlupus/435f13d860ab60af72c9e624e245a889 to your computer and use it in GitHub Desktop.
diff --git a/PKGBUILD b/PKGBUILD
index c8c0f64..51feb86 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,7 +16,7 @@ source=("https://core.tcl-lang.org/tcllib/uv/tcllib-$pkgver.tar.gz")
sha256sums=('01fe87cf1855b96866cf5394b6a786fd40b314022714b34110aeb6af545f6a9c')
package(){
- cd "$srcdir"/tcllib-tcllib-${pkgver/./-}
+ cd "$srcdir"/tcllib-${pkgver}
tclsh installer.tcl -pkg-path "$pkgdir"/usr/lib/tcllib \
-app-path "$pkgdir"/usr/bin \
-nroff-path "$pkgdir"/usr/share/man/mann \
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment