From b116b73a275bf57e1f2ef2905e8cd6477de05bfa Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Thu, 20 Mar 2008 12:12:23 -0400 Subject: add ORIGIN rule --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') 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) -- cgit