From Fedora Project Wiki

Revision as of 19:58, 29 February 2016 by Alexdmccabe (talk | contribs) (Created page with "In the Drupal 7 module template, I had to change <code>mkdir -pm 0755 %{buildroot}%{module}/%{module}</code> to <code>mkdir -pm 0755 %{buildroot}%{drupal7_modules}/%{module...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

In the Drupal 7 module template, I had to change

mkdir -pm 0755 %{buildroot}%{module}/%{module}

to

mkdir -pm 0755 %{buildroot}%{drupal7_modules}/%{module}

in order to get it to work.

--Alexdmccabe (talk) 19:58, 29 February 2016 (UTC)