GRMLBASE/95-package-information: drop field width option in dpkg-query command
[grml-live.git] / etc / grml / fai / config / scripts / GRMLBASE / 95-package-information
index 1d148e3..0a7a430 100755 (executable)
@@ -18,7 +18,7 @@ else
    COLUMNS=200 $ROOTCMD dpkg --get-selections > "${LOGDIR}"/dpkg.selections
    # store list of packages sorted by size:
    if [ -x $target/usr/bin/dpkg-query ] ; then
-      $ROOTCMD dpkg-query -W --showformat='${Package}\t${Installed-Size;10}\n' > \
+      $ROOTCMD dpkg-query -W --showformat='${Package}\t${Installed-Size}\n' > \
       "${LOGDIR}"/packages.size
    fi
 fi