]> git.ipfire.org Git - thirdparty/HylaFAX.git/commitdiff
make package hack.
authorRobert Colquhoun <rjc@trump.net.au>
Sat, 5 Jun 1999 08:09:26 +0000 (08:09 +0000)
committerRobert Colquhoun <rjc@trump.net.au>
Sat, 5 Jun 1999 08:09:26 +0000 (08:09 +0000)
pkg/Makefile.in

index 9d5d0bd6bb5a83914f3d59d3e3a7c5fdb96c3617..0373c6164460e2db1b8e784019a1ca837357e76d 100644 (file)
@@ -21,8 +21,8 @@ NULL  =
 ECHO   = echo
 
 all default:
-       -if test ! -L copyright ; then \
-               ln -s $(VPATH)/../COPYRIGHT copyright ; \
+       if [ ! -f copyright ]; then \
+               cp $(VPATH)/../COPYRIGHT copyright ; \
        fi ; \
        for i in README depend make.links preremove proto.local ; do    \
                [ -f $$i ]  ||  cp $(VPATH)/$$i . ;                     \