]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-deploy.git/commitdiff
build-debian.sh Fix typo in program name
authorGary Lowell <glowell@inktank.com>
Mon, 16 Sep 2013 20:26:22 +0000 (13:26 -0700)
committerGary Lowell <glowell@inktank.com>
Mon, 16 Sep 2013 20:26:22 +0000 (13:26 -0700)
Signed-off-by: Gary Lowell <gary.lowell@inktank.com>
scripts/build-debian.sh

index 0ae1f514c78db075242bc4b44be4ffcc7004de60..ce205ca43e3f7a70d04269a34ad42ae398067e0a 100755 (executable)
@@ -37,7 +37,7 @@ if [ $RELEASE -eq 1 ] ; then
     DEB_VERSION=$(dpkg-parsechangelog | sed -rne 's,^Version: (.*),\1, p')
     BP_VERSION=${DEB_VERSION}${BPTAG}
     DEBEMAIL="gary.lowell@inktank.com" dch -D $DIST --force-distribution -b -v "$BP_VERSION" "$comment"
-    dpkd-source -b .
+    dpkg-source -b .
 fi
 
 # Build Package