diff options
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 |