summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin.dahyabhai@pobox.com>2008-03-20 12:12:23 -0400
committerNalin Dahyabhai <nalin.dahyabhai@pobox.com>2008-03-20 12:12:23 -0400
commitb116b73a275bf57e1f2ef2905e8cd6477de05bfa (patch)
treefccf9f60d7e48959ef7f003d2547489dec77880e /Makefile
parenta44c5a9a86c54fbc0d82a15973c8f7d1eda584cb (diff)
downloadautologin-b116b73a275bf57e1f2ef2905e8cd6477de05bfa.tar.gz
autologin-b116b73a275bf57e1f2ef2905e8cd6477de05bfa.tar.xz
autologin-b116b73a275bf57e1f2ef2905e8cd6477de05bfa.zip
add ORIGIN rule0.02
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d639c59..f59930c 100644
--- a/Makefile
+++ b/Makefile
@@ -22,6 +22,7 @@ $(DESTDIR)$(MANDIR)/man8/autologin.8.gz: $(DESTDIR)$(MANDIR) autologin.8
GITTAG=autologin-$(shell rpm -q --specfile autologin.spec --qf '%{version}-%{release}\n' | head -n1)
distdir=$(shell rpm -q --specfile --qf '%{name}-%{version}-%{release}\n' autologin.spec | head -n1)
+ORIGIN=$(shell git config --get remote.origin.url)
tag:
git tag $(GITTAG)