moved parserpmdump to legacy
authorEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Wed, 24 Mar 2004 01:21:01 +0000 (01:21 +0000)
committerEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Wed, 24 Mar 2004 01:21:01 +0000 (01:21 +0000)
git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@1329 94cd875c-1c1d-0410-91d2-eb244daf1a30

util-vserver/scripts/legacy/distrib-info

index 9103cb3..f1d13f1 100755 (executable)
@@ -62,7 +62,7 @@ if [ -f $DIRDIR/etc/redhat-release -o -f $DISTDIR/etc/mandrake-release ] ; then
                # We remove /etc and /var/log to make sure no special file
                # there will be unified
                $CHROOTCMD /bin/rpm -ql --dump $* \
-                       | $PKGLIBDIR/parserpmdump /etc/
+                       | $_PARSERPMDUMP /etc/
                ;;
        dumpfiles)
                $CHROOTCMD /bin/rpm -ql $*
@@ -74,4 +74,3 @@ if [ -f $DIRDIR/etc/redhat-release -o -f $DISTDIR/etc/mandrake-release ] ; then
 else
        echo Distribution not supported yet >&2
 fi
-