From fccf6925b143a8837de1b5e5049ae771668d97e0 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 5 Sep 2002 08:24:21 +0000 Subject: [PATCH] fixed the pkgadd target --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 16f6d845b..2c585272e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -62,7 +62,7 @@ rpm: pkgadd: umask 022 ; \ make install DESTDIR=`/bin/pwd`/packages/Solaris/root ; \ - cat LEGAL MITX.txt MPL-1.1.txt > $(srcdir)/packages/Solaris/copyright ; \ + cat COPYING > $(srcdir)/packages/Solaris/copyright ; \ cd $(srcdir)/packages/Solaris && $(MAKE) package #