20001117
- (bal) Changed from 'primes' to 'primes.out' for consistancy sake. It has no affect the output. Patch by Corinna Vinschen <vinschen@redhat.com>
This commit is contained in:
parent
65571526b6
commit
baaa2c05dd
|
@ -1,3 +1,7 @@
|
||||||
|
20001117
|
||||||
|
- (bal) Changed from 'primes' to 'primes.out' for consistancy sake. It
|
||||||
|
has no affect the output. Patch by Corinna Vinschen <vinschen@redhat.com>
|
||||||
|
|
||||||
20001116
|
20001116
|
||||||
- (bal) Added in MAXSYMLINK test in bsd-realpath.c. Required for some SCO
|
- (bal) Added in MAXSYMLINK test in bsd-realpath.c. Required for some SCO
|
||||||
releases.
|
releases.
|
||||||
|
|
|
@ -169,7 +169,7 @@ install-files:
|
||||||
fi ; \
|
fi ; \
|
||||||
fi
|
fi
|
||||||
if [ ! -f $(DESTDIR)$(sysconfdir)/primes ]; then \
|
if [ ! -f $(DESTDIR)$(sysconfdir)/primes ]; then \
|
||||||
$(INSTALL) -m 644 primes $(DESTDIR)$(sysconfdir)/primes; \
|
$(INSTALL) -m 644 primes.out $(DESTDIR)$(sysconfdir)/primes; \
|
||||||
else \
|
else \
|
||||||
echo "$(DESTDIR)$(sysconfdir)/primes already exists, install will not overwrite"; \
|
echo "$(DESTDIR)$(sysconfdir)/primes already exists, install will not overwrite"; \
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue