summaryrefslogtreecommitdiff
path: root/bin/pkg
diff options
context:
space:
mode:
Diffstat (limited to 'bin/pkg')
-rwxr-xr-xbin/pkg3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/pkg b/bin/pkg
index 1ab2da2..ee8d294 100755
--- a/bin/pkg
+++ b/bin/pkg
@@ -232,6 +232,9 @@ pkg_info () {
info "Hooks: "
ls hooks
}
+ if ([ -r Makefile ]) {
+ info "Makefile\n"
+ }
info "Repository size: "
du -sh .hg | grep -o '.*[KMG]'
if ([ -r description ]) {