From d39fecd95188ca1f51cadefb6dad605a10a9ddb7 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 28 Sep 2008 20:05:06 +0200 Subject: Began adding the 'plain' package type --- bin/pkg | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bin/pkg') diff --git a/bin/pkg b/bin/pkg index b23c346..e777be6 100755 --- a/bin/pkg +++ b/bin/pkg @@ -154,6 +154,9 @@ vcs_to_list () { } elif [[ -d $1/.git ]] { echo -n "$1 git " git --git-dir=$1/.git log | fgrep commit | head -n 1 | cut -d ' ' -f 2 + } else { + echo -n "$i plain " >> .list + ls -ablR $i | md5sum | cut -d ' ' -f 1 >> .list } } -- cgit v1.2.3