aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.file-metadatabin4431 -> 4431 bytes
-rw-r--r--reproduce/src/bash/git-post-checkout2
-rw-r--r--reproduce/src/bash/git-pre-commit2
-rw-r--r--reproduce/src/make/dependencies.mk2
4 files changed, 3 insertions, 3 deletions
diff --git a/.file-metadata b/.file-metadata
index 6e37c9d..93d5c8a 100644
--- a/.file-metadata
+++ b/.file-metadata
Binary files differ
diff --git a/reproduce/src/bash/git-post-checkout b/reproduce/src/bash/git-post-checkout
index 4c69b2d..25dc2ac 100644
--- a/reproduce/src/bash/git-post-checkout
+++ b/reproduce/src/bash/git-post-checkout
@@ -1,4 +1,4 @@
-#!.local/bin/bash
+#!@BINDIR@/bash
#
# The example hook script to store the metadata information of version
# controlled files (with each commit) using the `metastore' program.
diff --git a/reproduce/src/bash/git-pre-commit b/reproduce/src/bash/git-pre-commit
index 4373898..dbf7dc6 100644
--- a/reproduce/src/bash/git-pre-commit
+++ b/reproduce/src/bash/git-pre-commit
@@ -1,4 +1,4 @@
-#!.local/bin/bash
+#!@BINDIR@/bash
#
# The example hook script to store the metadata information of version
# controlled files (with each commit) using the `metastore' program.
diff --git a/reproduce/src/make/dependencies.mk b/reproduce/src/make/dependencies.mk
index 9f3436d..e9023b4 100644
--- a/reproduce/src/make/dependencies.mk
+++ b/reproduce/src/make/dependencies.mk
@@ -380,7 +380,7 @@ $(ibdir)/metastore: $(tdir)/metastore-$(metastore-version).tar.gz \
# fork of `metastore' currently hosted at:
# https://github.com/mohammad-akhlaghi/metastore
user=$$(whoami)
- group=$$(groups $$user | awk '{print $$1}')
+ group=$$(groups | awk '{print $$1}')
cd $$current_dir
if [ -f $@ ]; then
for f in pre-commit post-checkout; do