[Pkg-xfce-commits] r3189 - scripts/pbuilder

Yves-Alexis Perez corsac at alioth.debian.org
Sat Apr 25 04:57:41 UTC 2009


Author: corsac
Date: 2009-04-25 16:57:41 +0000 (Sat, 25 Apr 2009)
New Revision: 3189

Modified:
   scripts/pbuilder/pdebuild-sources.sh
   scripts/pbuilder/pdebuild.conf
Log:
move *DIR variables to config


Modified: scripts/pbuilder/pdebuild-sources.sh
===================================================================
--- scripts/pbuilder/pdebuild-sources.sh	2009-04-21 06:18:05 UTC (rev 3188)
+++ scripts/pbuilder/pdebuild-sources.sh	2009-04-25 16:57:41 UTC (rev 3189)
@@ -20,10 +20,6 @@
 
 export PKGXFCEBASEDIR=$BASEDIR
 
-DESKTOPDIR=$BASEDIR/desktop/trunk
-GOODIESDIR=$BASEDIR/goodies/trunk
-SCRIPTSDIR=$BASEDIR/scripts
-
 BUILDING=$1
 shift
 PACKAGES=$*

Modified: scripts/pbuilder/pdebuild.conf
===================================================================
--- scripts/pbuilder/pdebuild.conf	2009-04-21 06:18:05 UTC (rev 3188)
+++ scripts/pbuilder/pdebuild.conf	2009-04-25 16:57:41 UTC (rev 3189)
@@ -2,6 +2,10 @@
 #PDEBUILD_PBUILDER=cowbuilder
 
 BASEDIR=$HOME/debian/pkg-xfce
+DESKTOPDIR=$BASEDIR/desktop/trunk
+GOODIESDIR=$BASEDIR/goodies/trunk
+SCRIPTSDIR=$BASEDIR/scripts
+
 arch="amd64"
 #arch="i386" can be useful
 




More information about the Pkg-xfce-commits mailing list