[Pkg-xfce-commits] r325 - scripts
Simon Huggins
huggie-guest at costa.debian.org
Sun Nov 27 11:46:00 UTC 2005
Author: huggie-guest
Date: 2005-11-27 11:45:59 +0000 (Sun, 27 Nov 2005)
New Revision: 325
Modified:
scripts/build-sources.pl
Log:
Slight hack to ensure xfce4-mcs-manager-dev is installed during the build
Modified: scripts/build-sources.pl
===================================================================
--- scripts/build-sources.pl 2005-11-24 03:22:49 UTC (rev 324)
+++ scripts/build-sources.pl 2005-11-27 11:45:59 UTC (rev 325)
@@ -44,4 +44,12 @@
system("svn-buildpackage -rfakeroot -us -uc --svn-ignore-new");
chdir("$basedir") or die "Cant chdir to $basedir";
system("sudo dpkg -i $debian_dirs/build-area/*$pkg*deb");
+ if ($pkg =~ /^xfce/) {
+ if ($pkg =~ /xfce4/) {
+ $pkg =~ s/xfce4/xfce/;
+ } else {
+ $pkg =~ s/xfce/xfce4/;
+ }
+ system("sudo dpkg -i $debian_dirs/build-area/*$pkg*deb");
+ }
}
More information about the Pkg-xfce-commits
mailing list