diff options
author | Gerald Carter <jerry@samba.org> | 2005-10-18 21:22:49 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:05:05 -0500 |
commit | 81f1e1f86905c7d5bd5e91b141b752a3ebd4ea9d (patch) | |
tree | c7b4263248c8c4a98a3c72f43e20b0fc9216b601 | |
parent | df484a87afd9747bb02c6d40f67470771b2e1b53 (diff) | |
download | samba-81f1e1f86905c7d5bd5e91b141b752a3ebd4ea9d.tar.gz samba-81f1e1f86905c7d5bd5e91b141b752a3ebd4ea9d.tar.bz2 samba-81f1e1f86905c7d5bd5e91b141b752a3ebd4ea9d.zip |
r11166: missed a specfile fix for redhat
(This used to be commit 178016e7a7e470406ee4e35dcb53fa8d0a2d1c19)
-rw-r--r-- | packaging/RedHat/samba.spec.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packaging/RedHat/samba.spec.tmpl b/packaging/RedHat/samba.spec.tmpl index b8ed847b20..f9c4fcfbfa 100644 --- a/packaging/RedHat/samba.spec.tmpl +++ b/packaging/RedHat/samba.spec.tmpl @@ -104,6 +104,7 @@ make -j${NUMCPU} all modules nsswitch/libnss_wins.so make -j${NUMCPU} debug2html # Remove some permission bits to avoid to many dependencies +cd .. find examples docs -type f | xargs -r chmod -x %install |