Changeset 619b313 for pkgmngt


Ignore:
Timestamp:
06/15/2019 03:26:23 PM (5 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
ablfs-more, legacy, trunk
Children:
cf2f109
Parents:
77a8042
Message:

Various fixes and improvements coming from github:

  • the case for "pax" in packInstall.sh.prog
  • an error in packageManager.xml.porg (comment before <?xml?> tag)
  • a non-working $Id in Makefile
  • some fixes for using the sect1info in lfs (in BLFS tools)
  • a big rewrite for generating scripts with more consistent line spacing, opening the way to manage remap="test" and remap="doc" attributes
Location:
pkgmngt
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • pkgmngt/packInstall.sh.porg

    r77a8042 r619b313  
    3737    local PACKENT=$(dirname $JH_PACK_INSTALL)/blfs-xml/packages.ent
    3838    VERSION=$(sed -n 's/.*flashplayer[^0-9]*\([^"]*\).*/\1/p' $PACKENT)
     39    ;;
     40  pax*)
     41    local PACKENT=$(dirname $JH_PACK_INSTALL)/blfs-xml/packages.ent
     42    VERSION=$(sed -n 's/.*pax[^0-9]*\([^"]*\).*/\1/p' $PACKENT)
    3943    ;;
    4044  psutils*)
  • pkgmngt/packageManager.xml.porg

    r77a8042 r619b313  
     1<?xml version="1.0" encoding="UTF-8"?>
    12<!-- $Id$ -->
    2 <?xml version="1.0" encoding="UTF-8"?>
    33<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
    44  "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
Note: See TracChangeset for help on using the changeset viewer.