summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 422713cd3cfb..deb99f1f64b7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,4 @@
-#PKGBUILD was last modified on September 19, 2022 at 05:30 PM EDT by bms#
+#PKGBUILD was last modified on September 27, 2022 at 03:49 PM EDT by bms#
# Maintainer: Ben Sutter <benjaminsutter@outlook.com>
pkgname=guile-colorized-git
pkgver=v0.1.r5.g1625a79
@@ -23,7 +23,7 @@ pkgver() {
}
package() {
- cd "${pkgname%-git}"
- make install
+ cd "${pkgname%-git}"
+ make install
}
#end