Browse Source

fix unpacking

Ralf S. Engelschall 23 years ago
parent
commit
29ad030dfd
2 changed files with 5 additions and 5 deletions
  1. 3 3
      openpkg/aux.wrapbin.sh
  2. 2 2
      openpkg/openpkg.spec

+ 3 - 3
openpkg/aux.wrapbin.sh

@@ -29,7 +29,7 @@ f="$0"
 help=0
 verbose=0
 prefix='@l_prefix@'
-t='@TGZ@'
+tgz='@TGZ@'
 susr='@SUSR@'
 sgrp='@SGRP@'
 musr='@MUSR@'
@@ -117,9 +117,9 @@ done
 
 #   extract installation files
 uudecode $f
-$uncompress <$t |\
+$uncompress <$tgz |\
 (cd $prefix; tar x${v}f -)
-rm -f $t >/dev/null 2>&1
+rm -f $tgz >/dev/null 2>&1
 if [ ".$cusr" = .root ]; then
     ( cd $prefix || exit 1
       chown -R -h $musr . >/dev/null 2>&1 || true

+ 2 - 2
openpkg/openpkg.spec

@@ -39,8 +39,8 @@
 #   o any cc(1)
 
 #   the package version and release
-%define       V_openpkg 20021005
-%define       R_openpkg 20021005
+%define       V_openpkg 20021009
+%define       R_openpkg 20021009
 
 #   the used software versions
 %define       V_rpm     4.0.2