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: Roy Rankin
Subject: Re: [Denemo-devel] Problems with 0.8.0 tarball when generating Fedora RPM files
Date: Mon, 19 Jan 2009 18:09:50 +1100
User-agent: Thunderbird 2.0.0.19 (X11/20090105)



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




reply via email to

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