Mailinglist Archive: opensuse-packaging (215 mails)

< Previous Next >
Re: [opensuse-packaging] Re: openEMR: Folder not found
  • From: Michal Marek <mmarek@xxxxxxx>
  • Date: Thu, 31 Mar 2011 11:49:15 +0200
  • Message-id: <4D944E1B.80009@suse.cz>
On 31.3.2011 11:16, Sascha Manns wrote:
You lack a %setup . So it starts working in the wrong directory.
Ah, ok. In this case i have the problem, that i must use: tar pxvfz. Can
i use %setup with this options? the "p" is needed (says the README) for
leaving the permissions untouched.

I guess the package wants to install some group-writable files or
directories? That needs to be set in the %files section, with the %attr
directive:
http://www.rpm.org/max-rpm/s1-rpm-inside-files-list-directives.html. You
certainly don't need the -p option.

Michal
--
To unsubscribe, e-mail: opensuse-packaging+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-packaging+help@xxxxxxxxxxxx

< Previous Next >