]> git.pld-linux.org Git - packages/fonts-TTF-microsoft.git/commitdiff
- changes from 2005-09-06 (don't remember what for anymore) auto/ac/acroread-installer-7_0_1-4 auto/ac/macromedia-flash-installer-7_0_61_0-1 auto/ac/macromedia-flash-installer-7_0_63_0-1 auto/ac/w32codec-installer-20050412-2 auto/ac/w32codec-installer-20050412-3
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 27 Nov 2005 13:41:34 +0000 (13:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    license-installer.sh -> 1.8

license-installer.sh

index 317960d9d75aa247ba215808a3cff88c2bce79ab..7505d952fe2e9d662000267aab030c7e808240ad 100644 (file)
@@ -29,19 +29,11 @@ if [ "$1" = "--with" -a "$2" = "license_agreement" ]; then
                        cp -f "$3" $SRPMDIR
                        cd $SRPMDIR
                fi
-               rpm2cpio `basename "$3"` | ( cd $TMPDIR; cpio -i @BASE_NAME@.spec )
+               rpm2cpio `basename "$3"` | ( cd $SPECDIR; cpio -i @BASE_NAME@.spec )
                if [ '@COPYSOURCES@' != '@'COPYSOURCES'@' ]; then
-                       for i in @COPYSOURCES@; do
-                               rpm2cpio `basename "$3"` | ( cd $TMPDIR; cpio -i $i )
-                       done
+                       rpm2cpio `basename "$3"` | ( cd $SOURCEDIR; cpio -i @COPYSOURCES@ )
                fi
                )
-               cp -i $TMPDIR/@BASE_NAME@.spec $SPECDIR/@BASE_NAME@.spec || exit 1
-               if [ '@COPYSOURCES@' != '@'COPYSOURCES'@' ]; then
-                       for i in @COPYSOURCES@; do
-                               cp -i $TMPDIR/$i $SOURCEDIR/$i || exit 1
-                       done
-               fi
        else
                cp -i "$3" $SPECDIR || exit 1
                if [ '@COPYSOURCES@' != '@'COPYSOURCES'@' ]; then
This page took 0.07214 seconds and 4 git commands to generate.