Ignore:
Timestamp:
03/01/2022 08:09:30 PM (3 years ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
ablfs-more, trunk
Children:
9a86aa58
Parents:
4c36783
Message:

Remove legacy: Remove almost all occurrences of CLFS/clfs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/libs/func_custom_pkgs

    r4c36783 r0fa52f2  
    2323    # Create an entry for a self contained cmd script that does not
    2424    # reference a package tarball
    25       case $PROGNAME in
    26         clfs2 | clfs3 )
    27           LUSER_wrt_target "${this_script}" "$PREV"
    28           LUSER_wrt_RunAsUser "custom-tools/${this_script}"
    29           ;;
    30         *)
    31           CHROOT_wrt_target "${this_script}" "$PREV"
    32           CHROOT_wrt_RunAsRoot "custom-tools/${this_script}"
    33           ;;
    34       esac
     25      CHROOT_wrt_target "${this_script}" "$PREV"
     26      CHROOT_wrt_RunAsRoot "custom-tools/${this_script}"
    3527      wrt_touch
    3628
     
    4739    else
    4840    # Create an entry for package
    49       case $PROGNAME in
    50         clfs2 | clfs3 )
    51           LUSER_wrt_target "${this_script}" "$PREV"
    52           LUSER_wrt_unpack "${PKG_FILE}"
    53           LUSER_wrt_RunAsUser "custom-tools/${this_script}"
    54           LUSER_RemoveBuildDirs "${PKG}"
    55           echo -e "\t@touch \$(MOUNT_PT)$TRACKING_DIR/${PKG}-${PKG_VERSION}" >>  $MKFILE.tmp
    56           ;;
    57         *)
    58           CHROOT_wrt_target "${this_script}" "$PREV"
    59           CHROOT_Unpack "${PKG_FILE}"
    60           CHROOT_wrt_RunAsRoot "custom-tools/${this_script}"
    61           CHROOT_wrt_RemoveBuildDirs "${PKG}"
    62           echo -e "\t@touch $TRACKING_DIR/${PKG}-${PKG_VERSION}" >>  $MKFILE.tmp
    63           ;;
    64       esac
     41      CHROOT_wrt_target "${this_script}" "$PREV"
     42      CHROOT_Unpack "${PKG_FILE}"
     43      CHROOT_wrt_RunAsRoot "custom-tools/${this_script}"
     44      CHROOT_wrt_RemoveBuildDirs "${PKG}"
     45      echo -e "\t@touch $TRACKING_DIR/${PKG}-${PKG_VERSION}" >>  $MKFILE.tmp
    6546      wrt_touch
    6647
Note: See TracChangeset for help on using the changeset viewer.