Commit 1e3efc0c8c479196c4f6e8f11c92f7243b1236c1
1 parent
683785b0
Exists in
master
and in
79 other branches
noosfero: don't install debian/
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
specs/noosfero/noosfero.spec
... | ... | @@ -37,6 +37,8 @@ mkdir -p %{buildroot}/usr/lib/noosfero |
37 | 37 | # install noosfero tree |
38 | 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 | +# no point in installing debian/ as part of the RPM | |
41 | +rm -rf %{buildroot}/usr/lib/noosfero/debian | |
40 | 42 | |
41 | 43 | # install config files |
42 | 44 | mkdir -p %{buildroot}/etc/init.d | ... | ... |