denemo-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Denemo-devel] Problems with 0.8.0 tarball when generating Fedora RP


From: Jeremiah Benham
Subject: Re: [Denemo-devel] Problems with 0.8.0 tarball when generating Fedora RPM files
Date: Thu, 22 Jan 2009 12:46:28 -0600

I downloaded the 0.8.0 tarball and found no files in actions that ended
in ~.

I also did:

make &> error
grep rpath error

I did not get anything. How can I tell if it is being compiled with
rpath?

Jeremiah


On Mon, 2009-01-19 at 18:09 +1100, Roy Rankin wrote:
> 
> Jeremiah Benham wrote:
> >> perhaps what is needed is something like
> >> install-data-hook:
> >>          cp -r actions  $(DESTDIR)$(datadir)/${PACKAGE}/
> >>         find $(DESTDIR)$(datadir)/${PACKAGE}/actions -type d |xargs 
> >> chmod 755
> > 
> > The issue with this is that some of the directories have white space in
> > the name. So the command above does not work. 
> > 
> > Jeremiah
> > 
> > 
> >>
> I do not see any directories with spaces in the actions tree, but the 
> following should work with trees with directory names containing  spaces
>       find $(DESTDIR)$(datadir)/${PACKAGE}/actions -type d -exec chmod 755 
> '{}' \;
> 
> Roy
> 
> 
> _______________________________________________
> Denemo-devel mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/denemo-devel





reply via email to

[Prev in Thread] Current Thread [Next in Thread]