|
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:
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 '{}' \;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 755The issue with this is that some of the directories have white space inthe name. So the command above does not work.Jeremiah
Roy
[Prev in Thread] | Current Thread | [Next in Thread] |