DragonFly commits List (threaded) for 2004-09
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
Re: cvs commit: src/share/monetdef
On Mon, Sep 27, 2004 at 01:02:21PM -0700, Jeroen Ruigrok/asmodai wrote:
> asmodai 2004/09/27 13:02:21 PDT
>
> Modified files:
> share/monetdef Makefile
> share/msgdef Makefile
> share/numericdef Makefile
Correct me if I'm wrong, but these Makefile's use ${BASE_LOCALEDIR}
which is not defined elsewhere, and now my /usr/share/locale directory
contains broken symlinks:
$ cd /usr/share/locale
$ find . -type l -ls | grep ' -> /' |head -3
4104 0 lrwxr-xr-x 1 root wheel 28 Sep 28 11:50 ./af_ZA.UTF-8/LC_MONETARY -> /af_ZA.ISO8859-1/LC_MONETARY
4105 0 lrwxr-xr-x 1 root wheel 28 Sep 28 11:50 ./ca_ES.UTF-8/LC_MONETARY -> /ca_ES.ISO8859-1/LC_MONETARY
4106 0 lrwxr-xr-x 1 root wheel 28 Sep 28 11:50 ./da_DK.UTF-8/LC_MONETARY -> /da_DK.ISO8859-1/LC_MONETARY
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]