Subject: Re: CVS commit: pkgsrc/x11/gnome-themes
To: Julio M. Merino Vidal <jmmv84@gmail.com>
From: Juan RP <juan@xtrarom.org>
List: pkgsrc-changes
Date: 10/19/2005 15:48:10
On Wed, 19 Oct 2005 15:30:30 +0200
"Julio M. Merino Vidal" <jmmv84@gmail.com> wrote:
> On 10/19/05, Juan Romero Pardines <xtraeme@netbsd.org> wrote:
> >
> > Module Name: pkgsrc
> > Committed By: xtraeme
> > Date: Wed Oct 19 09:57:20 UTC 2005
> >
> > Modified Files:
> > pkgsrc/x11/gnome-themes: Makefile
> >
> > Log Message:
> > Fix the installation. Looks like ${INSTALL} -d did not work, use
> > ${INSTALL_DATA_DIR} instead which works fine.
>
> This is not correct; please investigate why ${INSTALL} -d didn't work.
> I agree that
> using ${INSTALL} -d as I did is a big hack; I did it because it worked
> for me and I
> expected it could work in other cases. As it doesn't always work (as
> you've just
> found), that hack must be removed and fixed in a correct way. What
> you have done
> now is worse, and I doubt it even does the right thing...
It worked for me. Anyway if you want to fix it, feel free...