Created
June 15, 2019 07:10
-
-
Save christianlupus/435f13d860ab60af72c9e624e245a889 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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