aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-09-05 08:24:21 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-09-05 08:24:21 +0000
commitfccf6925b143a8837de1b5e5049ae771668d97e0 (patch)
tree4277430f39080eead37ce5dfa841047f61e0ee2f /Makefile.am
parent4a7cf6506480121480ec65ed24e20031053cc402 (diff)
fixed the pkgadd target
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
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
#