[med-svn] [psortb] 04/04: Fix syntax
Andreas Tille
tille at debian.org
Fri Mar 17 10:02:41 UTC 2017
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository psortb.
commit ab9f9fc9155906fd69261ad684f12f27251b5a2f
Author: Andreas Tille <tille at debian.org>
Date: Fri Mar 17 10:58:22 2017 +0100
Fix syntax
---
debian/rules | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/rules b/debian/rules
index 7fe2395..610895e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,8 +8,8 @@ export LC_ALL=C.UTF-8
override_dh_auto_clean:
dh_auto_clean
- if [ -x psort/bin/psort.debsave ] ; then
- mv psort/bin/psort.debsave psort/bin/psort
+ if [ -x psort/bin/psort.debsave ] ; then \
+ mv psort/bin/psort.debsave psort/bin/psort ; \
fi
override_dh_auto_configure:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/psortb.git
More information about the debian-med-commit
mailing list