diff options
| author | barras | 2004-04-21 08:51:36 +0000 |
|---|---|---|
| committer | barras | 2004-04-21 08:51:36 +0000 |
| commit | b771c7f3ba673b356552e245b80c76e5ee8cce6e (patch) | |
| tree | 3afff03d2245fdd788fd4ecc267cd7269acc153c /distrib/Makefile | |
| parent | a4cba42743546b83be6da695b182bbac9a438283 (diff) | |
*** empty log message ***
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@5696 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'distrib/Makefile')
| -rw-r--r-- | distrib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/Makefile b/distrib/Makefile index 16c4264b41..2ee5b8dd3e 100644 --- a/distrib/Makefile +++ b/distrib/Makefile @@ -436,11 +436,11 @@ tar-gz-ftp-install: prep-ftp-install src-rpm-ftp-install: prep-ftp-install chmod g+w $(COQSRCRPM) - $(CP) $(COQSRCRPM) $(FTPVDIR)/ + $(CP) *.src.rpm $(FTPVDIR)/ arch-rpm-ftp-install: prep-ftp-install chmod g+w $(COQRPM) - $(CP) $(COQRPM) $(FTPVDIR)/ + $(CP) *.$(ARCH).rpm $(FTPVDIR)/ arch-tar-gz-ftp-install: prep-ftp-install chmod g+w $(ARCHTARGZ) |
