Commit 683785b03dec2b0ac892b3a2d44d242709277477
1 parent
20209bc3
Exists in
master
and in
79 other branches
noosfero: don't install fot dotfiles
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
specs/noosfero/noosfero.spec
... | ... | @@ -35,7 +35,7 @@ rm -rf tmp log |
35 | 35 | mkdir -p %{buildroot}/usr/lib/noosfero |
36 | 36 | |
37 | 37 | # install noosfero tree |
38 | -cp -r . %{buildroot}/usr/lib/noosfero/ | |
38 | +cp -r * %{buildroot}/usr/lib/noosfero/ | |
39 | 39 | rm %{buildroot}/usr/lib/noosfero/{COPY*,Vagrantfile,*.md,gitignore.example,public/dispatch.fcgi,public/dispatch.cgi,public/dispatch.rb} |
40 | 40 | |
41 | 41 | # install config files | ... | ... |