[SCM] libde265/master: Added missing separator between command and first parameter.

fancycode-guest at users.alioth.debian.org fancycode-guest at users.alioth.debian.org
Thu Apr 3 13:32:48 UTC 2014


The following commit has been merged in the master branch:
commit 81db98aec5fa15cce69bb98f1cc0fc5a1abe5d41
Author: Joachim Bauch <bauch at struktur.de>
Date:   Thu Apr 3 15:32:45 2014 +0200

    Added missing separator between command and first parameter.

diff --git a/debian/rules b/debian/rules
index b3f2c1d..4a373d4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,7 @@ override_dh_auto_install:
 	dh_auto_install
 	cd $(CURDIR)/debian/tmp/usr/bin/ && mv dec265 libde265-dec265
 	if [ -e "$(CURDIR)/debian/tmp/usr/bin/sherlock265" ]; then \
-		cd $(CURDIR)/debian/tmp/usr/bin/ && mvsherlock265 \
+		cd $(CURDIR)/debian/tmp/usr/bin/ && mv sherlock265 \
 			libde265-sherlock265; \
 	fi
 

-- 
libde265 packaging



More information about the pkg-multimedia-commits mailing list