Changeset 693


Ignore:
Timestamp:
Nov 11, 2004, 4:35:02 PM (19 years ago)
Author:
maik
Message:

fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/technical/common/build/make_and_publish_sles_patch_description.sh

    r691 r693  
    2222}
    2323
    24 # Name of patch-description file
    25 PATCHFILE="$DESCRDIR/patch-$PAKET-$SUFFIX"
     24DESCRDIR=/usr/src/packages/PATCH/
    2625
    27 DESCRDIR=/usr/src/packages/PATCH/
     26
    2827
    2928PAKET=`rpm --queryformat %{NAME} -qp $1`
     
    3837
    3938RPMFILEBASENAME=`basename $1`
     39
     40# Name of patch-description file
     41PATCHFILE="$DESCRDIR/patch-$PAKET-$SUFFIX"
    4042
    4143if [ -e $PATCHFILE ]
Note: See TracChangeset for help on using the changeset viewer.