From patchwork Fri Mar 21 17:26:24 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jon Mason X-Patchwork-Id: 3875621 Return-Path: X-Original-To: patchwork-ceph-devel@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 553DF9F382 for ; Fri, 21 Mar 2014 17:27:32 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 89BF62015E for ; Fri, 21 Mar 2014 17:27:31 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 5FF4120212 for ; Fri, 21 Mar 2014 17:27:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753314AbaCUR12 (ORCPT ); Fri, 21 Mar 2014 13:27:28 -0400 Received: from mga01.intel.com ([192.55.52.88]:54170 "EHLO mga01.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751594AbaCUR11 (ORCPT ); Fri, 21 Mar 2014 13:27:27 -0400 Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga101.fm.intel.com with ESMTP; 21 Mar 2014 10:27:27 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.97,704,1389772800"; d="scan'208";a="504008731" Received: from jonmason-lab.ch.intel.com (HELO jonmason-lab) ([143.182.51.14]) by fmsmga002.fm.intel.com with SMTP; 21 Mar 2014 10:27:26 -0700 Received: by jonmason-lab (sSMTP sendmail emulation); Fri, 21 Mar 2014 10:26:24 -0700 From: Jon Mason To: ceph-devel@vger.kernel.org Subject: [PATCH] README: Add missing "install" Date: Fri, 21 Mar 2014 10:26:24 -0700 Message-Id: <1395422784-13443-1-git-send-email-jon.mason@intel.com> X-Mailer: git-send-email 1.8.3.2 Sender: ceph-devel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: ceph-devel@vger.kernel.org X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP In the section describing how to build packages for Debian, the command given to install dpkg-dev is incomplete. "install" is needed for the command to execute as desired. Signed-off-by: Jon Mason --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 197a7bf..825e932 100644 --- a/README +++ b/README @@ -58,7 +58,7 @@ Building packages You can build packages for Debian or Debian-derived (e.g., Ubuntu) systems with -$ sudo apt-get dpkg-dev +$ sudo apt-get install dpkg-dev $ dpkg-checkbuilddeps # make sure we have all dependencies $ dpkg-buildpackage