From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qy0-f177.google.com (mail-qy0-f177.google.com [209.85.216.177]) by speech.braille.uwo.ca (Postfix) with ESMTP id 150ADC1A32E for ; Tue, 1 Mar 2011 20:18:34 -0500 (EST) Received: by qyl38 with SMTP id 38so4598522qyl.8 for ; Tue, 01 Mar 2011 17:18:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:message-id:date:from:user-agent:mime-version:to :subject:content-type:content-transfer-encoding; bh=CidCtVynfznW6V2hjupWPr7kulpHU9cYkvyx5CvYnNg=; b=B/Y6+shh5nzk8lYTOh2KqbbtOpF0NCGvj5WpFXbCSWkjZYbo/kshzXP0HDkR05nF7t ulFmi4vv49laqpDCG4Sf6uW1AWltku3oyCYSGdm+e7Jjf96ZeKwu7Hy+qQh4Ten5qxFj WYjkvs8cR5+envT7AaAp+r9Q9WzQrP6pbfmYE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; b=lnosWyoVlsNIRshpY2pNvrF8MY1knykRKUS326jZNYfI8MqHBiitBeyiAAZSr4EAs3 rDQGlzGO1amwdsFtM0XNKbTClAWwP3TskHCKFqXLtVcr0qxUjudrsZqdI7CMmXP5WkRo TptRbxOy6wZ73AUmkcvk1TbjDEJWOFN1dhwNo= Received: by 10.224.67.198 with SMTP id s6mr6447940qai.138.1299028713681; Tue, 01 Mar 2011 17:18:33 -0800 (PST) Received: from [192.168.1.3] (c-66-31-213-94.hsd1.ma.comcast.net [66.31.213.94]) by mx.google.com with ESMTPS id p13sm4501787qcu.5.2011.03.01.17.18.32 (version=SSLv3 cipher=OTHER); Tue, 01 Mar 2011 17:18:33 -0800 (PST) Message-ID: <4D6D9B37.9080901@gmail.com> Date: Tue, 01 Mar 2011 20:19:51 -0500 From: Christopher Moore User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.13) Gecko/20101230 Lanikai/3.1.7 MIME-Version: 1.0 To: speakup@braille.uwo.ca Subject: PKGBUILD variables in arch Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.1.13 Precedence: list Reply-To: "Speakup is a screen review system for Linux." List-Id: "Speakup is a screen review system for Linux." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Mar 2011 01:18:34 -0000 Hello, I'm trying to apply a patch to an arch package. Where does makepkg extract downloaded files? What are the values in $startdir and $Srcdir variables? My PKGBUILD is in my home directory and I run makepkg from there. cd $srcdir points to ~/src which is not where the files have been extracted. TIA Chris