fixed the pkgadd target

This commit is contained in:
Daniel Stenberg 2002-09-05 08:24:21 +00:00
parent 4a7cf65064
commit fccf6925b1
1 changed files with 1 additions and 1 deletions

View File

@ -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
#