PATCH don't bother checking for an RPMS dir in buildinstall

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Since we're killing off the RPMS/ dir, the if block to find the PKGDIR is not 
necessary anymore, we know it is in $PRODUCTPATH/.  This patch just sets it 
that way.  Trial.

-- 
Jesse Keating
Release Engineer: Fedora
--- ./scripts/buildinstall.norpms	2007-03-07 17:24:27.000000000 -0500
+++ ./scripts/buildinstall	2007-03-07 17:24:50.000000000 -0500
@@ -90,11 +90,7 @@
 fi
 
 p=`cd $DIR; /bin/pwd`
-if [ -d $DIR/$PRODUCTPATH/RPMS ]; then
-    PKGDIR=$p/$PRODUCTPATH/RPMS
-else
-    PKGDIR=$p/$PRODUCTPATH
-fi
+PKGDIR=$p/$PRODUCTPATH
 
 if [ -z "$BUILDINSTDIR" ]; then
     BUILDINSTDIR=$p/buildinstall.tree.$$

Attachment: pgp9y3t32teHv.pgp
Description: PGP signature


[Index of Archives]     [Kickstart]     [Fedora Users]     [Fedora Legacy List]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]
  Powered by Linux