diff options
author | Karolin Seeger <kseeger@samba.org> | 2009-10-16 16:00:26 +0200 |
---|---|---|
committer | Karolin Seeger <kseeger@samba.org> | 2009-10-16 16:00:26 +0200 |
commit | 79c2c61b99eb7c47c8bfbbb479d9d2197d1ad1fb (patch) | |
tree | 993b4a6287b5fa78210c4c9fc96ddd087a9db570 /packaging/RHEL/makerpms.sh.tmpl | |
parent | fef032fac781d24f0a75f7690c205b38ed1e65b9 (diff) | |
download | samba-79c2c61b99eb7c47c8bfbbb479d9d2197d1ad1fb.tar.gz samba-79c2c61b99eb7c47c8bfbbb479d9d2197d1ad1fb.tar.bz2 samba-79c2c61b99eb7c47c8bfbbb479d9d2197d1ad1fb.zip |
s3:packaging: Fix building RHEL packages.
Fix bug #6721.
Thanks to Eero Volotinen <eero.volotinen@medicel.com> for providing the patch!
Karolin
Diffstat (limited to 'packaging/RHEL/makerpms.sh.tmpl')
-rw-r--r-- | packaging/RHEL/makerpms.sh.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/RHEL/makerpms.sh.tmpl b/packaging/RHEL/makerpms.sh.tmpl index 5b377bda57..93d2d82692 100644 --- a/packaging/RHEL/makerpms.sh.tmpl +++ b/packaging/RHEL/makerpms.sh.tmpl @@ -40,8 +40,8 @@ case $RPMVER in esac pushd . -cd ../../source -if [ -f Makefile ]; then +cd ../../source3 +if [ -f Makefile ]; then make distclean fi popd |