From: morioka Date: Tue, 7 Apr 1998 14:08:45 +0000 (+0000) Subject: (tar): fixed. X-Git-Tag: akemi-199811302358~1 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=b3369ad2758017011a05a2b9e6611ae3464f91ff;p=elisp%2Fsemi.git (tar): fixed. --- diff --git a/Makefile b/Makefile index d166704..4122869 100644 --- a/Makefile +++ b/Makefile @@ -64,7 +64,7 @@ tar: export -d wemi-$(VERSION) \ -r wemi-`echo $(VERSION) \ | sed s/\\\\./_/ | sed s/\\\\./_/` semi' - $(RM) ~/tmp/wemi-$(VERSION)/ftp.in - cd ~/tmp; $(TAR) cvzf wemi-$(VERSION).tar.gz wemi-$(VERSION) - cd ~/tmp; $(RM) -r wemi-$(VERSION) + $(RM) /tmp/wemi-$(VERSION)/ftp.in + cd /tmp; $(TAR) cvzf $(HOME)/tmp/wemi-$(VERSION).tar.gz wemi-$(VERSION) + cd /tmp; $(RM) -r wemi-$(VERSION) sed "s/VERSION/$(VERSION)/" < ftp.in > ftp