[Pkg-cli-apps-commits] [SCM] bareftp branch, master, updated. debian/0.2.3-1-11-g627e41b

Stefan Ebner sebner at ubuntu.com
Thu Dec 31 15:17:15 UTC 2009


The following commit has been merged in the master branch:
commit 627e41b157d6a3d493222d4b9447f7b0cdee4561
Author: Stefan Ebner <sebner at ubuntu.com>
Date:   Thu Dec 31 16:16:57 2009 +0100

    use mkdir -p rather than mkdir 2 times

diff --git a/debian/rules b/debian/rules
index 46751ec..ccc744c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,8 +18,7 @@ override_dh_auto_test:
 	# disabled
 
 override_dh_auto_build:
-	mkdir $(CURDIR)/src/bareFTP.Protocol.Sftp/bin/
-	mkdir $(CURDIR)/src/bareFTP.Protocol.Sftp/bin/Release
+	mkdir -p $(CURDIR)/src/bareFTP.Protocol.Sftp/bin/Release
 	ln -s $(CURDIR)/lib/bareFTP.SftpPty/bin/Release/bareFTP.SftpPty.dll \
 	$(CURDIR)/src/bareFTP.Protocol.Sftp/bin/Release/bareFTP.SftpPty.dll
 	dh_auto_build

-- 
bareftp



More information about the Pkg-cli-apps-commits mailing list